admin

Create Teacher Class

Create a class on behalf of a teacher, optionally with its student roster. The class is indistinguishable from one the teacher created themselves.

post/admin/teachers/{teacher_id}/classes

Path parameters

teacher_idstring required

Request body

namestring required
grade'sixieme' | 'cinquieme' | 'quatrieme' | 'troisieme' | 'seconde' | 'premiere' | 'terminale' | 'prepa' nullable
send_invitationsboolean

Response

Successful Response

class_idstring required
class_codestring required
namestring required
gradestring nullable
subjectstring required
school_yearstring nullable
teacher_idstring required
teacher_emailstring required
students_addedinteger required
students_skippedinteger required
invitations_sentinteger required
warningsstring[] required

Changes

Changed in 1 of the 2 revisions of this API.1