Skip to main content

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).

View source

Request

Responses

The course's students, each with an enrollmentStatus.