List Course Roster
classroom_list_rosterList students or teachers enrolled in a course, returning user IDs and profile emails. Filter by role and choose markdown or JSON output for easy integration.
Instructions
List students or teachers enrolled in a course.
Args:
course_id (string): Course ID
role ('students' | 'teachers'): default 'students'
limit (number): Max 1-200 (default 100)
response_format ('markdown' | 'json')
Returns: Each person's userId and profile name/email (email only if your scope and the domain permit it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Which roster to fetch | students |
| limit | No | ||
| course_id | Yes | Course ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for raw data | markdown |