mcp_config_meeting_status_handling.json•2.39 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "A registrant can either be approved or denied from viewing the [on-demand](https://support.zoom.us/hc/en-us/articles/360000488283-On-demand-Recordings) recording. Use this API to update a registrant\u0027s status. **Scopes:** `recording:write:admin`, `recording:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`",
"name": "meeting_recording_registrant_status"
},
{
"description": "Update a meeting registrant\u0027s status by either approving, cancelling or denying a registrant from joining the meeting.\u003cbr\u003e\u003cbr\u003e **Scopes:** `meeting:write:admin` `meeting:write` **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`",
"name": "meeting_registrant_status"
},
{
"description": "Update the status of a meeting.\u003cbr\u003e\u003cbr\u003e **Scopes:** `meeting:write:admin` `meeting:write` **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`",
"name": "meeting_status"
},
{
"description": "Get a list of meeting participants from live or past meetings along with the quality of service they recieve during the meeting such as connection quality for sending/receiving video, audio, and shared content.\u003cbr\u003eIf you do not provide the `type` query parameter, the default value will be set to `live` and thus, you will only see metrics for participants in a live meeting, if any meeting is currently being conducted. To view metrics on past meeting participants, provide the appropriate value for `type`.\u003cbr\u003e \u003cbr\u003e You can specify a monthly date range for the dashboard data using the `from` and `to` query parameters. The month should fall within the last six months.\u003cbr\u003e\u003cbr\u003e **Scopes:** `dashboard_meetings:read:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`\u003cbr\u003e **Prerequisites:** \u003cbr\u003e * Business or a higher plan.",
"name": "dashboard_meeting_participants_q_o_s"
}
]
}