Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/phone/users/:userId/calling_plans' -H 'Content-Type: application/json' -d '{"source_type":"\u003cinteger\u003e","target_type":"\u003cinteger\u003e"}'

ENDPOINTS