List a course's students
GET/api/courses/:id/students
Returns the STUDENT members of a course (user profiles, each tagged with its enrollmentStatus). Course staff (faculty or TAs) or a system admin. By default only ACTIVE (ENROLLED) students are returned, since the main caller is the assignment-audience picker, where a dropped student must not be offered as a new target. Pass ?includeDropped=1 to also return dropped students (for staff review surfaces like the submissions view, which show them labeled).
Request
Responses
- 200
- 401
- 403
- 500
The course's students, each with an enrollmentStatus.
Not signed in.
Not course staff (faculty or TAs) or a system admin.
Server error.