Logo
Zoom Public API Documentation

Assign calling plan to a user

POST {{baseUrl}}/phone/users/:userId/calling_plans

Assigns a calling plan to a Zoom Phone user. For user-level apps, pass the me value instead of the userId parameter.

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

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:write:calling_plan,phone:write: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 OK

{}



Curl
curl -X POST 'https://api.zoom.us/v2/phone/users/:userId/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