Assign phone numbers to common area phone

POST {{baseUrl}}/phone/common_area_phones/:commonAreaPhoneId/phone_numbers

Assign phone numbers to common area phone.

Prerequisites:

  • Pro or a higher account with Zoom Phone license.
  • Account owner or admin permissions. Scope: phone:write:admin

Rate Limit Label : Light

Request Body

{"phone_numbers"=>[{"id"=>"S5q4FDC3QsOCnO7LqHgqNw", "number"=>"+12058945543"}, {"id"=>"S5q4FDC3QsOCnO7LqHgqNw", "number"=>"+12058945543"}]}

HEADERS

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

RESPONSES

status: Created

{"phone_numbers":[{"id":"S5q4FDC3QsOCnO7LqHgqNw","number":"+12058945543"},{"id":"S5q4FDC3QsOCnO7LqHgqNw","number":"+12058945543"}]}