getPastMeetingParticipants.Rd
Retrieve information on participants from a past meeting. **Scopes:** meeting:read:admin meeting:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium**Prerequisites:*** Paid account on a Pro or higher plan. **Note**: Please double encode your UUID when using this API if the UUID begins with a '/'or contains '//' in it.
getPastMeetingParticipants( meetingUUID, page_size = NULL, next_page_token = NULL, return_response = F )
meetingUUID | The meeting UUID. Each meeting instance will generate its own Meeting UUID i.e., after a meeting ends, a new UUID will be generated for the next instance of the meeting . Please double encode your UUID when using it for other API calls if the UUID begins with a '/'or contains '//' in it. |
---|---|
page_size | The number of records returned within a single API call. |
next_page_token | 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. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |