Add users to group
POST {{baseUrl}}/api/v1/groups/:group_id/users/add
This API adds users to a particular group.
OAuth Scope
Desk.contacts.UPDATEDesk.settings.UPDATE
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| users (required) | <list> | IDs of the users who must be added to the group |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |