POST {{baseUrl}}/contact_center/roles/:roleId/users
Use this API to assign users to a role. Roles have unique privileges that assigned users have access to. For example, an Administrator or Agent role. Scopes: Rate Limit Label: contact_center_role:write:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"users": [
{
"user_id": "<string>",
"display_name": "<string>",
"user_email": "<email>"
},
{
"user_id": "<string>",
"display_name": "<string>",
"user_email": "<email>"
}
]
} |
ENDPOINTS