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.

Prerequisites:

  • A Business or Enterprise account
  • A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:room_phone_number:admin

Rate Limit Label : Light

Request Body

{"phone_numbers"=>[{"id"=>"<string>", "number"=>"<string>"}, {"id"=>"<string>", "number"=>"<string>"}]}

HEADERS

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

RESPONSES

status: Created

{}