Without id/email, returns the list of admins & moderators of your school. If id or email is provided, returns a single admin/moderator.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If provided, returns the admin/moderator with this ID instead of a list.
If provided (and id not given), returns the admin/moderator with this email instead of a list.
List of admins & moderators (when no id/email) or a single admin/moderator (when id/email provided).