Logo
Zoom Public API Documentation

Update user profile settings

PATCH {{baseUrl}}/phone/users/:userId/settings

Use this API to update the Zoom Phone profile settings of a user. For user-level apps, pass the me value instead of the userId parameter.

Scopes: phone:write, phone:write:admin Rate Limit Label: Light

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/users/:userId/settings' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"area_code":"01","audio_prompt_language":"en-US","country_iso_code":"US","music_on_hold_id":"NOZ98sQvTimYi0XxL_x-iQ","outbound_caller_id":"+123123123"}'

ENDPOINTS