Add a common area

POST {{baseUrl}}/phone/common_areas

Use this API to add an instance of common area. Configure devices shared by users and deployed in shared spaces.

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:admin

Rate Limit Label: Light

Request Body

{"display_name"=>"<string>", "calling_plans"=>[{"type"=>"<integer>"}, {"type"=>"<integer>"}], "country_iso_code"=>"<string>", "extension_number"=>"<long>", "site_id"=>"<string>", "timezone"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}