Skip to main content

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

Membership status for the authenticated user