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
Request
Responses
- 200
- 401
- 500
The caller's started, non-archived courses.
Not signed in.
Server error.