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
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"display_name":"\u003cstring\u003e","id":"\u003cstring\u003e"}