Logo
Zoom Public API Documentation

Update common area settings

PATCH {{baseUrl}}/phone/common_areas/:commonAreaId/settings/:settingType

Use this API to update the common area setting according to the setting type, specifically for desk phones.

Note: For use by customers who opted for Common Area Optimization

Prerequisites: * Pro or a higher account with Zoom Phone license. * Account owner or admin permissions.

Scopes: phone:write:admin

Granular Scopes: phone:update:common_area_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/common_areas/:commonAreaId/settings/:settingType' -H 'Content-Type: application/json' -d '{"desk_phones":[{"id":"\u003cstring\u003e","hot_desking":{"status":"off"}},{"id":"\u003cstring\u003e","hot_desking":{"status":"off"}}]}'

ENDPOINTS