Logo
Zoom Public API Documentation

phone-users-{user Id}-calling plans

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



2. Update user's calling plan

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 me value instead of the userId parameter.

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

Scopes: phone:write:admin

Rate Limit Label: 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 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



ENDPOINTS