Skip to main content

List my started courses

GET 

/api/courses/userCourses/:email

Returns the signed-in user's own started, non-archived courses (id + name), used by pickers that only make sense for courses already underway. Note: the email path segment is ignored; results are always scoped to the caller's id, so one user can't enumerate another's courses.

Auth: required

View source

Request

Responses

The caller's started, non-archived courses.