Logo
Zoom Public API Documentation

phone-emergency_addresses-{emergencyAddressId}

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: phone:read:admin

Granular Scopes: phone:read:emergency_address:admin

Rate Limit Label: 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: phone:write:admin

Granular Scopes: phone:delete:emergency_address:admin

Rate Limit Label: 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: phone:write:admin

Granular Scopes: phone:update:emergency_address:admin

Rate Limit Label: Light



ENDPOINTS