Enroll User in a Course
Enrolls a user in a course in a classroom. If the course is paid, user must have an active license. User must be a member of the classroom.
Path parameters
classroomHandle
The classroom’s _id
.
courseHandle
The course’s _id
.
Headers
Authorization
Basic authentication of the form Basic <username:password>.
Query parameters
retMemberLimit
limit the return number of members for the classroom, the default value is 1000
Request
This endpoint expects an object.
userId
Response
This endpoint returns an object.
_id
name
members
ownerID
description
courses