POST {{baseUrl}}/phone/emergency_addresses
Use this API to add an emergency address. Scopes: Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissionsphone:write:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
[
{
"address_line1": "55 Almaden Blvd",
"address_line2": "8 Floor",
"city": "San Jose",
"country": "US",
"id": "Qza2T_KATwCeUfTkzGsOmQ",
"is_default": true,
"level": 1,
"owner": {
"extension_number": "101002",
"id": "y9th648XRfSL9S61p1TsBw",
"name": "ZOOM_API Test"
},
"site": {
"id": "SQv52YtkRLC2dwrDdYtGsA",
"name": "Main site"
},
"state_code": "CA",
"status": 1,
"zip": "95113"
},
{
"address_line1": "55 Almaden Blvd",
"address_line2": "8 Floor",
"city": "San Jose",
"country": "US",
"id": "Qza2T_KATwCeUfTkzGsOmQ",
"is_default": true,
"level": 1,
"owner": {
"extension_number": "101002",
"id": "y9th648XRfSL9S61p1TsBw",
"name": "ZOOM_API Test"
},
"site": {
"id": "SQv52YtkRLC2dwrDdYtGsA",
"name": "Main site"
},
"state_code": "CA",
"status": 1,
"zip": "95113"
}
] |
ENDPOINTS