Logo
Zoom Public API Documentation

Assign calling plans to common area phone

POST {{baseUrl}}/phone/common_area_phones/:commonAreaPhoneId/calling_plans

Assign calling plans to common area phone.

Prerequisites:

  • Pro or a higher account with Zoom Phone license.
  • Account owner or admin permissions.

Scopes: 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

{ "calling_plans": [ { "name": "US/CA Metered Calling Plan", "type": 100 }, { "name": "US/CA Metered Calling Plan", "type": 100 } ] }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId/calling_plans' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"calling_plans":[{"type":100},{"type":100}]}'

ENDPOINTS