Skip to main content
POST
Create a classroom

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
name
string
required

Name of the classroom

ownerID
string
required
aceConfig
ClassroomsCreateRequestAceConfig · object
required

Response

200 - application/json

The created classroom

Subset of properties listed here

_id
string | null
name
string | null
members
string[] | null
ownerID
string | null
description
string | null
code
string | null
codeCamel
string | null
courses
ClassroomResponseWithCodeCoursesItem · object[] | null
clanId
string | null