Logo
Zoom Public API Documentation

Update an emergency address

PATCH {{baseUrl}}/phone/emergency_addresses/:emergencyAddressId

Use this API to update an emergency address information.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

[ { "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" } ]



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":"55 Almaden Blvd","address_line2":"8 Floor","city":"San Jose","country":"US","is_default":false,"state_code":"CA","zip":"95113"}'

ENDPOINTS