Check the authenticated user's membership in a section
GET/courses/:course_id/sections/:section_id/members/me
Powers the per-section Join/Leave button on the course detail
page. Always returns 200 -- non-membership is enrolled: false
with null role/joined_at, NOT 404, so the frontend can
distinguish "not enrolled" from "section does not exist".
Request
Responses
- 200
- 400
- 401
- 404
- 500
Membership status for the authenticated user
Bad request
Unauthorized
Not found
Internal server error