GET {{baseUrl}}/contact_center/regions/:regionId/users?role_id=<string>
Retrieve the list of a region's assigned agents. Scopes: Rate Limit Label: contact_center_region:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
role_id
|
string | The role's ID. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"next_page_token": "<string>",
"page_size": 30,
"total_records": "<integer>",
"users": [
{
"user_id": "<string>",
"display_name": "<string>",
"user_email": "<email>",
"role_id": "<string>",
"role_name": "<string>"
},
{
"user_id": "<string>",
"display_name": "<string>",
"user_email": "<email>",
"role_id": "<string>",
"role_name": "<string>"
}
]
} |
ENDPOINTS