Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





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

ENDPOINTS