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
Request Body
{"client_integration"=>"ServiceNow", "role_id"=>"<string>", "status_id"=>"<string>", "sub_status_id"=>"<string>", "user_access"=>"active", "country_iso_code"=>"<string>", "region_id"=>"<string>", "channel_settings"=>{"multi_channel_engagements"=>{"enable"=>"<boolean>", "max_agent_load"=>"<integer>"}, "concurrent_message_capacity"=>"<integer>"}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``