Logo
Zoom Public API Documentation

phone-users-{userId}-calling_plans

Number of APIs: 2


1. Update user's calling plan

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

Switches 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,phone:write

Granular Scopes: phone:update:calling_plan,phone:update:calling_plan:admin

Rate Limit Label: Light



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



ENDPOINTS