Logo
Zoom Public API Documentation

Get a user's profile

GET {{baseUrl}}/contact_center/users/:userId

Retrieve a user's profile information.

Scopes: contact_center_user:write:admin

Rate Limit Label: 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>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/users/:userId' -H 'Accept: application/json'

ENDPOINTS