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

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: OK

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