Logo
Zoom Public API Documentation

Add common area settings

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

Use this API to add 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.

Scope: phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "desk_phones": [ { "id": "Aky1xpSLSc2PR0XOtj9XWQ", "display_name": "analog_ta" }, { "id": "Aky1xpSLSc2PR0XOtj9XWQ", "display_name": "analog_ta" } ] }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/common_areas/:commonAreaId/settings/:settingType' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"device_id":"ULfeE4mgSImyelNmTekUfg"}'

ENDPOINTS