Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/users/:userId/settings' -H 'Content-Type: application/json' -d '{"area_code":"\u003cstring\u003e","audio_prompt_language":"\u003cstring\u003e","country_iso_code":"\u003cstring\u003e","music_on_hold_id":"\u003cstring\u003e","outbound_caller_id":"\u003cstring\u003e"}'

ENDPOINTS