Remove users under a label
POST {{baseUrl}}/api/v1/labels/:label_id/users/remove
This API removes all users under a particular label.
OAuth Scope
Desk.contacts.UPDATE
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
userIds (required) | <list> | IDs of the users from whom the label must be removed |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |