Course Enrollments
Endpoint URL
POST /api/v2/batch/enrollments
Course Enrollments
Creates multiple course enrollments in a single request.
Use this endpoint to mass assign users to courses by providing an array of course_id and user_id pairs in the request body. If the request is valid, the API processes each enrollment and returns the corresponding results.
This endpoint is ideal for bulk operations and large-scale user-course assignments.