Batch add emergency service locations

POST {{baseUrl}}/phone/batch_locations

Batches the add emergency service locations.

Prerequisites:

  • Pro or higher account plan with Zoom phone license
  • Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:write:batch_emergency_locations:admin

Rate Limit Label : Light

Request Body

{"locations"=>[{"company_address"=>{"address_line1"=>"<string>", "country"=>"<string>", "address_line2"=>"<string>", "city"=>"<string>", "state_code"=>"<string>", "vat_number"=>"<string>", "zip"=>"<string>"}, "display_name"=>"<string>", "identifier"=>"<string>", "bssid"=>"<string>", "elin"=>"<string>", "network_switches"=>[{"mac_address"=>"<string>", "port"=>"<string>", "port_prefix"=>"<string>", "port_range_from"=>"<string>", "port_range_to"=>"<string>"}, {"mac_address"=>"<string>", "port"=>"<string>", "port_prefix"=>"<string>", "port_range_from"=>"<string>", "port_range_to"=>"<string>"}], "parent_identifier"=>"<string>", "private_ip"=>"<string>", "public_ip"=>"<string>", "sip_group_name"=>"<string>", "minimum_match_criteria"=>"<boolean>"}, {"company_address"=>{"address_line1"=>"<string>", "country"=>"<string>", "address_line2"=>"<string>", "city"=>"<string>", "state_code"=>"<string>", "vat_number"=>"<string>", "zip"=>"<string>"}, "display_name"=>"<string>", "identifier"=>"<string>", "bssid"=>"<string>", "elin"=>"<string>", "network_switches"=>[{"mac_address"=>"<string>", "port"=>"<string>", "port_prefix"=>"<string>", "port_range_from"=>"<string>", "port_range_to"=>"<string>"}, {"mac_address"=>"<string>", "port"=>"<string>", "port_prefix"=>"<string>", "port_range_from"=>"<string>", "port_range_to"=>"<string>"}], "parent_identifier"=>"<string>", "private_ip"=>"<string>", "public_ip"=>"<string>", "sip_group_name"=>"<string>", "minimum_match_criteria"=>"<boolean>"}], "site_id"=>"<string>"}

HEADERS

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

RESPONSES

status: Created

{"locations":[{"display_name":"\u003cstring\u003e","location_id":"\u003cstring\u003e"},{"display_name":"\u003cstring\u003e","location_id":"\u003cstring\u003e"}]}