Teacher Approval

Teacher approval workflow operations

Approve teacher member

post
/teacher/{teacherId}/approve

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
post
/teacher/{teacherId}/approve

Reject teacher member

post
/teacher/{teacherId}/reject

Reject 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
post
/teacher/{teacherId}/reject

Last updated