Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "address_line1": "<string>", "address_line2": "<string>", "city": "<string>", "country": "<string>", "id": "<string>", "is_default": "<boolean>", "level": 2, "owner": { "extension_number": "<long>", "id": "<string>", "name": "<string>" }, "site": { "id": "<string>", "name": "<string>" }, "state_code": "<string>", "status": 6, "zip": "<string>" }



Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/emergency_addresses/:emergencyAddressId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"address_line1":"\u003cstring\u003e","address_line2":"\u003cstring\u003e","city":"\u003cstring\u003e","country":"\u003cstring\u003e","is_default":"\u003cboolean\u003e","state_code":"\u003cstring\u003e","zip":"\u003cstring\u003e"}'

ENDPOINTS