Get all users
GET/Users
Returns all users (staff and students) for the authenticated school, with GDPR filtering applied.
Users with active: false are leavers or previous staff and should be treated as deletion
candidates in the downstream system.
Filter examples:
filter=userType eq "staff"— staff onlyfilter=userType eq "student"— students onlyfilter=active eq false— inactive (leaver) usersfilter=meta.lastModified gt "2026-01-01T00:00:00Z"— delta sync
Request
Responses
- 200
- 401
- 403
- 500
SCIM ListResponse containing User resources
Invalid or missing bearer token.
Bearer token absent at the web proxy layer.
The request could not be completed because of an unexpected server-side error.