POST /accounts/{accountId}/phone/setup
After assigning a Zoom phone license to an account, an admin or account owner can proceed with the initial Zoom phone set up using this API.
Scope:
phone:write:adminphone:write
Prerequisites:
- Pro or a higher paid account with master account option enabled.
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
Unique identifier of the account. |
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 |
|---|---|---|---|
extension_number |
String | Yes |
Specify extension number that will be associated with the owner of the account. Default value: "800" |
emergency_address |
Object | Yes |
Specify emergency address for the account. |
emergency_address.address_line1 |
String | Yes |
Specify the street address. |
emergency_address.state_code |
String | No |
State code of the emergency address. Required or optional dependent on the country and state. |
emergency_address.zip |
String | No |
Zip code of the emergency address. Required or optional dependent on different countries. |
emergency_address.country |
String | Yes |
Specify the two letter country code (Alpha-2 code in ISO-3166). |
emergency_address.city |
String | No |
City of the emergency address. Required or optional dependent on different countries. |
emergency_address.address_line2 |
String | No |
Specify any building number, floor number, or unit number. |
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.