PUT api/2.0/crm/contact/status/settings This function requires authentication

Description

Updates the contact status setting with the parameter specified in the request.

Parameters
Name Description Type Example
changeContactStatusGroupAuto
sent in body
Defines if the contact status setting is changed automatically or not
true, false or null
optional
Bool value true
Example
PUT api/2.0/crm/contact/status/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "changeContactStatusGroupAuto": true
}
Returns

Updated contact status setting value (true, false or null)