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
Request Body
{"calling_plans"=>[{"type"=>"<integer>", "billing_account_id"=>"<string>"}, {"type"=>"<integer>", "billing_account_id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}