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