Get a role
GET {{baseUrl}}/contact_center/roles/:roleId
Use this API to get information about a role.
Scopes:
contact_center_role:read:admin
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"role_id":"\u003cstring\u003e","role_name":"\u003cstring\u003e","role_description":"\u003cstring\u003e","total_users":"\u003cinteger\u003e","modified_by":"\u003cstring\u003e","last_modified_time":"\u003cdateTime\u003e"}