list-meeting-attendance-records
list-meeting-attendance-recordsRetrieve attendance records for a meeting report to see who joined, when, and for how long. Use cursor pagination to continue listing when results are truncated.
Instructions
List attendance records (who joined, when, for how long) of an attendance report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. | |
| reportId | Yes | Value for reportId | |
| meetingId | Yes | Value for meetingId |