Get all users
GET/users
Returns all users (staff and students) for the authenticated school.
Response fields: sourcedId, status, dateLastModified, username, givenName,
familyName, identifier, role. Optional fields returned when non-null: email,
middleName, sms, phone, enabledUser, orgSourcedIds (array of org ID strings),
userIds (array of {type, identifier} objects), grades (single-element array containing the year/grade group label).
Request
Responses
- 200
- 400
- 401
- 403
- 500
Collection of users
Invalid query options or request formatting.
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.