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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;locations&quot;:[{&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;location_id&quot;:&quot;\u003cstring\u003e&quot;},{&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;location_id&quot;:&quot;\u003cstring\u003e&quot;}]}