Sites allow you to organize Zoom Phone users in your organization. Use this API to create a Site https://support.zoom.us/hc/enus/articles/360020809672 .**Prerequisites:*** Multiple Sites must be enabled https://support.zoom.us/hc/enus/articles/360020809672ManagingMultipleSites#h_05c88e351593491fb1a8b7139a75dc15 .* Pro or a higher account with Zoom Phone enabled.**Scope:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

createPhoneSite(
  name,
  site_code = NULL,
  auto_receptionist_name,
  default_emergency_address = NULL,
  short_extension = NULL,
  return_response = F
)

Arguments

name

Name of the Site.

site_code

Identifier for a site. If site code is enabled, this field is required.

auto_receptionist_name

Display name of the autoreceptionist https://support.zoom.us/hc/enus/articles/360021121312ManagingAutoReceptionistsandIntegratedVoiceResponseIVR for the site.

short_extension

Short extension of the phone site.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.