Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

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



Curl
curl -X POST 'https://api.zoom.us/v2/phone/common_area_phones/:commonAreaPhoneId/phone_numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"phone_numbers":[{"id":"S5q4FDC3QsOCnO7LqHgqNw","number":"+12058945543"},{"id":"S5q4FDC3QsOCnO7LqHgqNw","number":"+12058945543"}]}'

ENDPOINTS