Logo
Zoom Public API Documentation

Add an emergency service location

POST {{baseUrl}}/phone/locations

Use this API to add an emergency service location.

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

Scopes: phone:write:admin Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

[ { "id": "eRYjZlItQIqlFbCuRA__SQ", "name": "example location" }, { "id": "eRYjZlItQIqlFbCuRA__SQ", "name": "example location" } ]



Curl
curl -X POST 'https://api.zoom.us/v2/phone/locations' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"example location update","emergency_address_id":"Qza2T_KATwCeUfTkzGsOmQ","bssid":"SA43YjfBTS6gJbUpfvIziQ","elin_phone_number_id":"9h5vTQJ0TmyKs0wItZ3JAw","parent_location_id":"FwOAeL4TRmqQrmF0jOfzkQ","private_ip":"192.1.1.3","public_ip":"192.1.1.4","sip_group_id":"SA43YjfBTS6gJbUpfvIziQ","site_id":"F_WKDH6FRdeddZBcNUlUeA","minimum_match_criteria":true}'

ENDPOINTS