Number of APIs: 3
1. 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 Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licenseme
value instead of the userId
parameter.phone:write
, phone:write:admin
Rate Limit Label: Light
PUT {{baseUrl}}/phone/users/:userId/calling_plans
Use this API to switch calling plans of a Zoom Phone user. For user-level apps, pass the Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Rate Limit Label: me
value instead of the userId
parameter. phone:write:admin
Light
3. Unassign user's calling plan
DELETE {{baseUrl}}/phone/users/:userId/calling_plans/:type
Use this API to unassign a a Zoom Phone user's calling plan. For user-level apps, pass the Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licenseme
value instead of the userId
parameter.phone:write
, phone:write:admin
Rate Limit Label: Light
ENDPOINTS