POST /phone/sites
Sites allow you to organize Zoom Phone users in your organization. Use this API to create a Site.
Prerequisites:
- Multiple Sites must be enabled.
- Pro or a higher account with Zoom Phone enabled.
Scope:
phone:write:admin
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
default_emergency_address |
Object | No | |
default_emergency_address.address_line1 |
String | Yes |
Address Line 1 of the emergency address consisting of house number and street name. |
default_emergency_address.state_code |
String | Yes |
State Code of the emergency address. |
default_emergency_address.zip |
String | Yes |
Zip Code of the emergency address. |
default_emergency_address.country |
String | Yes |
Two lettered country code (Aplha-2 code in ISO-3166) standard of the Site's emergency address. |
default_emergency_address.city |
String | Yes |
City of the emergency address. |
default_emergency_address.address_line2 |
String | No |
Address Line 2 of the emergency address consisting of Building number, floor number, unit, etc. |
name |
String | Yes |
Name of the Site. |
short_extension |
Object | No |
Short extension of the phone site. |
short_extension.length |
Integer | No |
Specify the length of short extension numbers for the site. Since there is a default 6-digit limit on extensions, the short extension can be 2 to 5 digits and the length of site code added to the length of short extension can not exceed a value of Default value: 3 |
site_code |
Integer | No |
Identifier for a site. If site code is enabled, this field is required. |
auto_receptionist_name |
String | Yes |
Display name of the auto-receptionist for the site. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.