GET {{baseUrl}}/contact_center/inboxes/:inboxId/users
Retrieve a list of users assigned to an inbox. Scopes: Rate Limit Label: contact_center_user:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
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>"
},
{
"user_id": "<string>",
"display_name": "<string>",
"user_email": "<email>"
}
]
} |
ENDPOINTS