GET metrics/meetings/{meetingId}/participants/sharing
Operation ID: dashboardMeetingParticipantShare
Auth: unknown
Description
Retrieve the sharing and recording details of participants from live or past meetings.<br> **Scopes:** `dashboard_meetings:read:admin`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`<br> **Prerequisites:** <br> * Business or a higher plan.
Parameters (4)
(string, path, required)
The meeting ID or the meeting UUID. If a meeting ID is provided in the request instead of a UUID, the response will be for the latest meeting instance. If a UUID starts with "/" or contains "//" (example: "/ajXp112QmuoKj4854875==\"), you must **double encode** the UUID before making an API request.
(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 meeting types: <br>`past` - Past meetings.<br>`live` - Live Meetings.
Constraints: {'enum': ['past', 'pastOne', 'live']}
No probe data for this endpoint yet.