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

Request Body

{"address_line1"=>"55 Almaden Blvd", "address_line2"=>"8 Floor", "city"=>"San Jose", "country"=>"US", "is_default"=>false, "state_code"=>"CA", "zip"=>"95113"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

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