Get Classrooms By User

Returns a list of Classrooms this user is in (if a student) or owns (if a teacher).

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Path parameters

handlestringRequired

The document’s _id or slug.

Query parameters

retMemberLimitdoubleOptional
limit the return number of members for each classroom

Response

This endpoint returns a list of objects.
_idstring or null
namestring or null
memberslist of strings or null
ownerIDstring or null
descriptionstring or null
codestring or null
codeCamelstring or null
courseslist of objects or null
clanIdstring or null