Assign phone numbers to a Zoom Room

POST {{baseUrl}}/phone/rooms/:roomId/phone_numbers

Use this API to assign phone numbers 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

{"phone_numbers"=>[{"id"=>"---M1padRvSUtw7YihN7sA", "number"=>"12058945616"}, {"id"=>"---M1padRvSUtw7YihN7sA", "number"=>"12058945616"}]}

HEADERS

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

RESPONSES

status: Created

{}