Get All Persons For Dialog
GET/api/persons/get-filtered-persons-for-lookup
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged, lightweight list of persons for populating pickers/dropdowns.
Unlike PersonController.GetAllPersons(...), this list is not visibility-filtered — any authenticated user sees every person in the tenant.
Request
Responses
- 200
- 400
- 401
A PageResult of Persons.PersonLookupDto.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.