POST {{baseUrl}}/phone/emergency_addresses
Adds an emergency address. If the address provided is not an exact match, the system generated corrected address will be used. Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:write:emergency_address:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"address_line1": "<string>",
"address_line2": "<string>",
"city": "<string>",
"country": "<string>",
"id": "<string>",
"is_default": "<boolean>",
"level": 2,
"owner": {
"extension_number": "<string>",
"id": "<string>",
"name": "<string>"
},
"site": {
"id": "<string>",
"name": "<string>"
},
"state_code": "<string>",
"status": 1,
"zip": "<string>"
} |
ENDPOINTS