Learner - Live Course Enrollments API

Enroll learner in a live course with open enrollment enabled

Interfaces

Create Enrollment

POST /api/learner/open_live_courses/:open_live_course_id/enrollment

This endpoint enrolls the current user in a live course specified by UUID (as opposed to standard ids). We use UUIDs here to prevent learners from guessing the enrollment URLs of other open live courses.

Response codes

  • 201 Created
  • 404 Not Found