Logo
Zoom Public API Documentation

Create a phone site

POST {{baseUrl}}/phone/sites

Sites allow you to organize Zoom Phone users in your organization. Use this API to create a site.

Prerequisites: * Multiple sites must be enabled. * Pro or a higher account with Zoom Phone enabled.

Scope: 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": "<string>", "name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/sites' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"Main site","auto_receptionist_name":"ApiTA_R_2020_07_12_00_41_57_145","default_emergency_address":{"country":"US","address_line1":"55 Almaden Boulevard","city":"SAN JOSE","zip":"95113","state_code":"CA","address_line2":"8 Floor"},"short_extension":{"length":4},"site_code":2}'

ENDPOINTS