GET /metrics/webinars/{webinarId}/participants/sharing
Operation ID: dashboardWebinarParticipantShare
Auth: unknown
Description
Retrieve the sharing and recording details of participants from live or past webinars. <br><br> **Scopes:** `dashboard_webinars:read:admin`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy` <br> **Prerequisites:**<br> * Business, Education or API Plan with Webinar add-on.
Parameters (4)
(string, query, optional)
The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceed the current page size. The expiration period for this token is 15 minutes.
(integer, query, optional, default: 30)
The number of records returned within a single API call.
Constraints: {'maximum': 300}
(string, query, optional, default: live)
The webinar type.
Constraints: {'enum': ['past', 'live']}
(string, path, required)
The webinar ID or the webinar UUID. If a webinar ID is provided in the request instead of a UUID, the response will be for the latest webinar instance. If a UUID starts with "/" or contains "//" (example: "/ajXp112QmuoKj4854875==\"), you must **double encode** the UUID before making an API request.
No probe data for this endpoint yet.