cURL
curl --request GET \ --url https://api.example.com/api/v1/school/non-teachingstaff/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of all non-teaching staff members
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by role (admin, librarian, accountant, etc.)
Search by staff name or employee ID