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.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The classroom's _id
.
The course's _id
.
limit the return number of members for the classroom, the default value is 1000
The classroom with the user enrolled.
Subset of properties listed here