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

Description

Updates the setting for adding tags to the contact with the parameter specified in the request.

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

{
  "addTagToContactGroupAuto": true
}
Returns

Updated setting for adding tags to the contact (true, false or null)