POST {{baseUrl}}/phone/sites/:siteId/settings/:settingType
Sites allow you to organize Zoom Phone users in your organization. Use this API to add a site setting to a specific site according to the setting type. Prerequisites:
* Account must have a Pro or a higher plan with Zoom Phone license.
* Multiple sites must be enabled. Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:write:site_setting:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"holidays": [
{
"holiday_id": "<string>",
"name": "<string>",
"from": "<dateTime>",
"to": "<dateTime>"
},
{
"holiday_id": "<string>",
"name": "<string>",
"from": "<dateTime>",
"to": "<dateTime>"
}
]
} |
ENDPOINTS