Get all users
GET/users
Returns all users (staff and students) for the authenticated relying party.
The agents array carries parent↔child relationships:
- For students: contains GUIDRefs to parent/guardian user records.
- For parents/guardians: contains GUIDRefs to child (student) user records.
Note: middleName, phone, sms, password, and enabledUser are not returned.
Request
Responses
- 200
- 400
- 403
Collection of users
Request failed — token invalid/missing, or a server-side error occurred. The response body is plain text (raw exception message), not JSON.
Bearer token absent at the web proxy layer.