Number of APIs: 3
1. Get emergency address details
GET {{baseUrl}}/phone/emergency_addresses/:emergencyAddressId
Gets the emergency address information. Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:emergency_address:admin
Light
2. Delete an emergency address
DELETE {{baseUrl}}/phone/emergency_addresses/:emergencyAddressId
Removes an emergency address. 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:delete:emergency_address:admin
Heavy
3. Update an emergency address
PATCH {{baseUrl}}/phone/emergency_addresses/:emergencyAddressId
Updates an emergency address information. 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:update:emergency_address:admin
Light
ENDPOINTS