Get
GET/api/users/getfilteredusers
Tier: Internal — subject to change without notice.
Returns a server-side filtered, sorted, and paged list of users for the caller's organisation.
Not visibility-filtered — the list is org-wide regardless of the caller's own place-visibility grants.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of User.UserSummaryDto.
The OData query options failed validation (bare 400, no body); an underlying service failure surfaces as an unguarded server error rather than a JSON error body.
Caller is not authenticated.
Caller does not have Read permission on the User module.