See who is in a meeting. Use this to view the participant list; use manageMeetingParticipants to add, remove, or change roles. Lists participants of a meeting (`{id}`). Paginate with `limit` and `offset` (1–100). Each item's user id is the value passed to v1RemoveMeetingParticipant. Returns 404 for an unknown or inaccessible meeting.
listMeetingParticipantsSee who is in a meeting. Use this to view the participant list; use manageMeetingParticipants to add, remove, or change roles.
Lists participants of a meeting ({id}). Paginate with limit and offset (1–100). Each item's user id is the value passed to v1RemoveMeetingParticipant. Returns 404 for an unknown or inaccessible meeting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Meeting ID | |
| limit | No | Maximum number of items per page (1-100, default 20) | |
| offset | No | Number of items to skip (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Array of items for the current page | |
| limit | No | Maximum number of items per page | |
| total | No | Total number of items across all pages | |
| offset | No | Number of items skipped from the beginning |