GET {{baseUrl}}/phone/emergency_addresses?site_id=SQv52YtkRLC2dwrDdYtGsA&user_id=DnEopNmXQEGU2uvvzjgojw&level=1&status=1&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2&page_size=30
Use this API to list emergency addresses. Scopes: Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissionsphone:read:admin
Rate Limit Label: Medium
Body
PARAM
Key | Datatype | Required | Description |
site_id
|
string | The emergency address site ID. | |
user_id
|
string | User ID to which the personal emergency address belongs. | |
level
|
number | The emergency address owner level: * `0` - Account/Company-level emergency address. * `1` - User/Personal-level emergency address. * `2` - Unknown company/pending emergency address. | |
status
|
number | The emergency address verification status: * `1` — Verification not Required. * `2` — Unverified. * `3` — Verification requested. * `4` — Verified. * `5` — Rejected. * `6` — Verification failed. | |
next_page_token
|
string | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | |
page_size
|
number | The number of records returned within a single API call. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"emergency_addresses": [
{
"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"
}
],
"next_page_token": "T6WMY4fJBIAlxPUiqRtwvQS9dvsq8AoRam2",
"page_size": 30,
"total_records": 20
} |
ENDPOINTS