Add an emergency address
POST {{baseUrl}}/phone/emergency_addresses
Adds an emergency address. 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:write:emergency_address:admin
Rate Limit Label: Light
Request Body
{"address_line1"=>"<string>", "city"=>"<string>", "country"=>"<string>", "state_code"=>"<string>", "zip"=>"<string>", "address_line2"=>"<string>", "is_default"=>"<boolean>", "site_id"=>"<string>", "user_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"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":"\u003cstring\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e"},"site":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},"state_code":"\u003cstring\u003e","status":1,"zip":"\u003cstring\u003e"}