Get participant report for a past meeting.**Scopes:** report:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy**Prerequisites:*** Pro or a higher plan.

getMeetingParticipantReports(
  meetingId,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

meetingId

The meeting ID or meeting UUID. If given the meeting ID it will take the last meeting instance.

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.