learningsuite_get_course_members
Retrieve course members with access details and optional progress info. Provide a course ID to list participants, paginate with limit/offset, and request progress data.
Instructions
Get members for a course with access and optional progress info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum to return (max 100) | |
| offset | No | Offset for pagination | |
| courseId | Yes | Course ID | |
| includeProgress | No | Include progress info |