GET {{baseUrl}}/contact_center/users/:userId
Retrieve a user's profile information. Scopes: Rate Limit Label: contact_center_user:write:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"user_id": "<string>",
"display_name": "<string>",
"user_email": "<email>",
"role_id": "<string>",
"role_name": "<string>",
"client_integration": "Salesforce",
"status_id": "<string>",
"status_name": "Occupied",
"sub_status_id": "<string>",
"sub_status_name": "Forced",
"user_access": "active",
"country_iso_code": "<string>",
"region_id": "<string>",
"region_name": "<string>",
"channel_settings": {
"multi_channel_engagements": {
"enable": "<boolean>",
"max_agent_load": "<integer>"
},
"concurrent_message_capacity": "<integer>"
}
} |
ENDPOINTS