Assign phone numbers to a common area

POST {{baseUrl}}/phone/common_areas/:commonAreaId/phone_numbers

Assign phone numbers to a common area.

Note: For use by customers who opted for Common Area Optimization

Prerequisites: * Pro or a higher account with Zoom Phone license. * Account owner or admin permissions.

Scopes: phone:write:admin

Granular Scopes: phone:write:common_area_number:admin

Rate Limit Label: Light

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;phone_numbers&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;}]}