Upsert a user from classroom
Upserts a user into the classroom.
Path parameters
handle
The document’s _id
or slug
.
Headers
Authorization
Basic authentication of the form Basic <username:password>.
Request
This endpoint expects an object.
code
The code for joining this classroom
userId
The _id
or slug
of the user to add to the class.
retMemberLimit
limit the return number of members for the classroom, the default value is 1000
Response
This endpoint returns an object.
_id
name
members
ownerID
description
courses