Assign calling plans to a Zoom Room
POST {{baseUrl}}/phone/rooms/:roomId/calling_plans
Use this API to assign calling plans to a Zoom Room. Up to 200 numbers at a time.
Prerequisites: * A Business or Enterprise account * A Zoom Phone license
Scopes: phone:write:admin
Granular Scopes: phone:write:room_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: Created
{}