cURL
curl --request GET \ --url https://schoolmaker.co/api/v1/admins \ --header 'Authorization: Bearer <token>'
{ "users": [ { "id": "<string>", "email": "<string>", "first_name": "<string>", "last_name": "<string>", "role": "<string>", "is_active": true, "is_banned": true, "time_zone": "<string>", "last_seen_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "is_school_owner": true } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of admins & moderators of your school
The response is of type object.
object