Assign label to users
POST {{baseUrl}}/api/v1/labels/:label_id/users/add
This API assigns a particular label to multiple users.
OAuth Scope
Desk.contacts.UPDATE
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
userIds (required) | <list> | IDs of the users to whom the label must be assigned |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |