Student Management

Student assignment operations

Add student to teacher

post
/teacher/add-student

Assign a student to the current teacher

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
memberCodestringRequired

Student member code

Example: STU001
Responses
200

Student added successfully

application/json
post
/teacher/add-student

Remove student from teacher

post
/teacher/remove-student

Remove a student from the current teacher

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
memberCodestringRequired

Student member code

Example: STU001
Responses
200

Student removed successfully

application/json
post
/teacher/remove-student

Last updated