Classrooms

Upsert a user from classroom

PUT
Upserts a user into the classroom.

Path parameters

handlestringRequired

The document’s _id or slug.

Request

This endpoint expects an object.
code
stringRequired
The code for joining this classroom
userId
stringRequired

The _id or slug of the user to add to the class.

retMemberLimit
doubleOptional
limit the return number of members for the classroom, the default value is 1000

Response

This endpoint returns an object
_id
stringOptional
name
stringOptional
members
list of stringsOptional
ownerID
stringOptional
description
stringOptional
courses
list of objectsOptional