Classrooms
Remove User from a classroom
Removes an enrolled user from a course in a classroom.
PUT
/
classrooms
/
{classroomHandle}
/
courses
/
{courseHandle}
/
remove-enrolled
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The classroom's _id
.
The course's _id
.
Query Parameters
limit the return number of members for the classroom, the default value is 1000
Body
application/json