Update a user's profile
PATCH
{{baseUrl}}/contact_center/users/:userId
Update information in a user's profile.
Scopes: contact_center_user:write:admin
Rate Limit Label: LIGHT
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/contact_center/users/:userId' -H 'Content-Type: application/json' -d '{"client_integration":"ServiceNow","role_id":"\u003cstring\u003e","status_id":"\u003cstring\u003e","sub_status_id":"\u003cstring\u003e","user_access":"active","country_iso_code":"\u003cstring\u003e","region_id":"\u003cstring\u003e","channel_settings":{"multi_channel_engagements":{"enable":"\u003cboolean\u003e","max_agent_load":"\u003cinteger\u003e"},"concurrent_message_capacity":"\u003cinteger\u003e"}}'