mcp_config_user_assistant_management.json•3.71 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Delete all assistants of the current user.\u003cbr\u003e Assistants are the users to whom the current user has assigned [scheduling privilege](https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege). These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled [Co-host option](https://zoom.us/account/setting) on the account.\u003cbr\u003e **Prerequisite**: * The user as well as the assistant must have Licensed or an On-prem license. * Assistants must be under the current user\u0027s account.\u003cbr\u003e **Scopes**: `user:write:admin` `user:write` **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "user_assistants_delete"
},
{
"description": "List a user\u0027s assistants. Assistants are the users to whom the current user has assigned [scheduling privilege](https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege). These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled [Co-host option](https://zoom.us/account/setting) on the account.\u003cbr\u003e\u003cbr\u003e **Prerequisites**: \u003cbr\u003e * Current user as well as the assistant must have Licensed or an On-prem license. * Assistants must be under the current user\u0027s account.\u003cbr\u003e **Scopes**: `user:read:admin` `user:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`",
"name": "user_assistants"
},
{
"description": "Assistants are the users to whom the current user has assigned [scheduling privilege](https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege). These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled [Co-host option](https://zoom.us/account/setting) on the account.\u003cbr\u003eUse this API to assign assistants to a user. \u003cbr\u003e In the request body, provide either the User ID or the email address of the user.\u003cbr\u003e\u003cbr\u003e **Prerequisite**: * The user as well as the assistant must have Licensed or an On-prem license. * Assistants must be under the current user\u0027s account.\u003cbr\u003e **Scopes**: `user:write:admin` `user:write` **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`",
"name": "user_assistant_create"
},
{
"description": "Delete a specific assistant of a user. Assistants are the users to whom the current user has assigned [scheduling privilege](https://support.zoom.us/hc/en-us/articles/201362803-Scheduling-Privilege). These assistants can schedule meeting on behalf of the current user as well as manage and act as an alternative host for all meetings if the admin has enabled [Co-host option](https://zoom.us/account/setting) on the account.\u003cbr\u003e\u003cbr\u003e **Prerequisites**: * The user as well as the assistant must have Licensed or an On-prem license. * Assistants must be under the current user\u0027s account.\u003cbr\u003e **Scopes**: `user:write:admin` `user:write` **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "user_assistant_delete"
}
]
}