Student Management
Student assignment operations
Assign a student to the current teacher
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
memberCodestringRequiredExample:
Student member code
STU001Responses
200
Student added successfully
application/json
400
Student assignment error
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/teacher/add-studentRemove a student from the current teacher
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
memberCodestringRequiredExample:
Student member code
STU001Responses
200
Student removed successfully
application/json
400
Student removal error
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/teacher/remove-studentLast updated