cURL
curl --request GET \ --url https://api.example.com/api/v1/school/teachers/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of all teachers in the school
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by department ID
Filter by active status
Search by teacher name or employee ID