Logo
Zoom Public API Documentation

Update emergency service location

PATCH {{baseUrl}}/phone/locations/:locationId

Updates an emergency location's information.

Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:update:emergency_location:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/locations/:locationId' -H 'Content-Type: application/json' -d '{"bssid":"\u003cstring\u003e","elin_phone_number_id":"\u003cstring\u003e","emergency_address_id":"\u003cstring\u003e","name":"\u003cstring\u003e","network_switches":[{"mac_address":"\u003cstring\u003e","port":"\u003cstring\u003e","port_prefix":"\u003cstring\u003e","port_range_from":"\u003cstring\u003e","port_range_to":"\u003cstring\u003e"},{"mac_address":"\u003cstring\u003e","port":"\u003cstring\u003e","port_prefix":"\u003cstring\u003e","port_range_from":"\u003cstring\u003e","port_range_to":"\u003cstring\u003e"}],"private_ip":"\u003cstring\u003e","public_ip":"\u003cstring\u003e","sip_group_id":"\u003cstring\u003e","minimum_match_criteria":"\u003cboolean\u003e"}'

ENDPOINTS