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

Request Body

{"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}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}