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.

Scopes: phone:write:admin

Rate Limit Label : Light

Prerequisites:

  • A Business or Enterprise account
  • A Zoom Phone license

Request Body

{"calling_plans"=>[{"type"=>100}, {"type"=>100}]}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{}