Logo
Zoom Public API Documentation

Assign calling plans to a common area

POST {{baseUrl}}/phone/common_areas/:commonAreaId/calling_plans

Use this API to assign calling plans to a common area.

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:write:common_area_calling_plan:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "calling_plans": [ { "name": "<string>", "type": "<integer>", "billing_account_id": "<string>", "billing_account_name": "<string>" }, { "name": "<string>", "type": "<integer>", "billing_account_id": "<string>", "billing_account_name": "<string>" } ] }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/common_areas/:commonAreaId/calling_plans' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"calling_plans":[{"type":"\u003cinteger\u003e","billing_account_id":"\u003cstring\u003e"},{"type":"\u003cinteger\u003e","billing_account_id":"\u003cstring\u003e"}]}'

ENDPOINTS