List session attendees

GET {{baseUrl}}/zoom_events/events/:eventId/sessions/:sessionId/attendees?page_size=30&next_page_token=<string>

Use this API to retrieve session attendees.

Scopes: zoom_events_registrants:read zoom_events_registrants:read:admin

Rate Limit Label : Light

Request Params

| Key | Datatype | Required | Description | | page_size | number | | The number of records returned in a single API call. | | next_page_token | string | | The next page token paginates through a set of large results. A next page token is returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;total_records&quot;:&quot;\u003cnumber\u003e&quot;,&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;attendees&quot;:[{&quot;email&quot;:&quot;\u003cstring\u003e&quot;},{&quot;email&quot;:&quot;\u003cstring\u003e&quot;}]}