Sites allow you to organize Zoom Phone users in your organization. Use this API to update information about a specific site https://support.zoom.us/hc/enus/articles/360020809672 .**Prerequisites:** * Account must have a Pro or a higher plan with Zoom Phone license.* **Scope:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updatePhoneSiteDetails(
  siteId,
  name = NULL,
  site_code = NULL,
  return_response = F
)

Arguments

siteId

Unique Identifier of the Site.

name

Name of the site.

site_code

Site Code https://support.zoom.us/hc/enus/articles/360020809672ManagingMultipleSites#h_79ca9c8fc97b4486aa59d0d9d31a525b .

return_response

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