Update a user's profile settings
PATCH {{baseUrl}}/phone/users/:userId/settings
Updates the Zoom Phone profile settings of a user. For user-level apps, pass the me
value instead of the userId
parameter.
Prerequisites: * A Business or Enterprise account * A Zoom Phone license
Scopes: phone:write
,phone:write:admin
Granular Scopes: phone:update:user_setting
,phone:update:user_setting:admin
Rate Limit Label: Light
Request Body
{"area_code"=>"<string>", "audio_prompt_language"=>"<string>", "country_iso_code"=>"<string>", "music_on_hold_id"=>"<string>", "outbound_caller_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |