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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

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