Get Users For Lookup
GET/api/users/get-filtered-users-for-lookup
Tier: Internal — subject to change without notice.
Returns a server-side filtered, sorted, and paged, lightweight list of users for populating pickers/dropdowns.
Request
Responses
- 200
- 400
- 401
A PageResult of User.UserLookupDto.
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.