mcp_config_template_management_operations.json•2.48 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "This API lets you retrieve a list of all the phone template settings previously created. \u003cbr\u003e **Scope**:\u003cbr\u003e * `phone:read:admin` or `phone:read` \u003cbr\u003e**Prerequisites**: \u003cbr\u003e 1. Business or enterprise Account 2. A Zoom Phone license \u003cbr\u003e**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e",
"name": "list_setting_templates"
},
{
"description": "This API lets you create a Zoom Phone setting template for an account. Template type includes **User**, **Auto Receptionist**, or **Call Queue**. Settings include profile, policy and user settings. After creating a phone template, the settings defined via this request will become the default settings for an account. \u003cbr\u003e\u003cbr\u003e **Scope**: * `phone:write:admin` `phone:write` **Prerequisites**: 1. Business or enterprise Zoom account 2. A Zoom Phone license \u003cbr\u003e**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e \u003cbr\u003e",
"name": "add_setting_template"
},
{
"description": "This API lets you retrieve a specific account phone template previously created. \u003cbr\u003e **Scope**: \u003cbr\u003e * `phone:write:admin` or `phone:write` **Prerequisites**: \u003cbr\u003e 1. Business or Enterprise Account 2. A Zoom Phone license \u003cbr\u003e**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e",
"name": "get_setting_template"
},
{
"description": "Use this API to update or modify profile settings for the phone template. Template type includes **User**, **Auto Receptionist**, or **Call Queue**. After you\u0027ve modified a template, click **User Settings** to set up settings for Call Handling, Desk Phone, and Others. \u003cbr\u003e **Scope**:\u003cbr\u003e * `phone:write:admin` or `phone:write` **Prerequisites**: \u003cbr\u003e 1. Business or Enterprise Account 2. A Zoom Phone license \u003cbr\u003e**[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e",
"name": "update_setting_template"
}
]
}