action zoom_dashboard_webinar_participant_share { label: "Get sharing/recording details" description: "Retrieve the sharing and recording details of participants from live or past webinars.

\n**Scopes:** `dashboard_webinars:read:admin`
\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`
\n**Prerequisites:**
\n* Business, Education or API Plan with Webinar add-on.\n\n" provider: zoom method: GET path: "/metrics/webinars/{webinarId}/participants/sharing" encoding: json input: { type: "object" properties: { next_page_token: { type: "string" } page_size: { type: "integer" } type: { type: "string" enum: ["past", "live"] } webinarId: { type: "string" } } required: ["webinarId"] additionalProperties: false } output: { type: "object" } }