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

Request Body

{"address_line1"=>"<string>", "address_line2"=>"<string>", "city"=>"<string>", "country"=>"<string>", "is_default"=>"<boolean>", "state_code"=>"<string>", "zip"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;address_line1&quot;:&quot;\u003cstring\u003e&quot;,&quot;address_line2&quot;:&quot;\u003cstring\u003e&quot;,&quot;city&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;is_default&quot;:&quot;\u003cboolean\u003e&quot;,&quot;level&quot;:2,&quot;owner&quot;:{&quot;extension_number&quot;:&quot;\u003clong\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;site&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;state_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:6,&quot;zip&quot;:&quot;\u003cstring\u003e&quot;}