GET {{baseUrl}}/contact_center/roles/:roleId
Use this API to get information about a role. Scopes: Rate Limit Label: contact_center_role:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"role_id": "<string>",
"role_name": "<string>",
"role_description": "<string>",
"total_users": "<integer>",
"modified_by": "<string>",
"last_modified_time": "<dateTime>"
} |
ENDPOINTS