GET past_webinars/{WebinarUUID}/absentees

zoom.us

Summary: Get webinar absentees
Operation ID: webinarAbsentees
Auth: unknown
Description

List absentees of a webinar.<br><br> **Scopes:** `webinar:read:admin` `webinar:read`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`

Parameters (4)

WebinarUUID (string, path, required)

The Webinar UUID. Each Webinar instance will generate its own Webinar UUID (i.e., after a Webinar ends, a new UUID will be generated for the next instance of the Webinar). Please double encode your UUID when using it for API calls if the UUID begins with a '/' or contains '//' in it.

next_page_token (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 exceeds the current page size. The expiration period for this token is 15 minutes.

occurrence_id (string, query, optional)

The meeting occurrence ID.

page_size (integer, query, optional, default: 30)

The number of records returned within a single API call.

Constraints: {'maximum': 300}

No probe data for this endpoint yet.