Logo
Zoom Public API Documentation

Create a region

POST {{baseUrl}}/contact_center/regions

Create a new region.

Scopes: contact_center_region:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "region_name": "<string>", "region_id": "<string>", "sip_zone_id": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/contact_center/regions' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"region_name":"\u003cstring\u003e","sip_zone_id":"\u003cstring\u003e"}'

ENDPOINTS