Teacher Approval
Teacher approval workflow operations
Approve a teacher member (requires two-step approval)
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
teacherIdstring · uuidRequired
Teacher ID
Responses
200
Teacher approved successfully
application/json
400
Approval error
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/teacher/{teacherId}/approveReject a teacher member
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
teacherIdstring · uuidRequired
Teacher ID
Responses
200
Teacher rejected successfully
application/json
400
Rejection error
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/teacher/{teacherId}/rejectLast updated