Logo
Zoom Public API Documentation

Assign calling plan to a user

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

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

Scopes: phone:write, phone:write:admin Rate Limit Label: Light

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

 

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":"phone_toll_free_number_usca_monthly"},{"type":"phone_toll_free_number_usca_monthly"}]}'

ENDPOINTS