Get Persons With Property
GET/api/persons/GetPersonsWithProperty
Tier: Public — stable, supported for third-party integration.
Looks up persons matching a standard or extended property name/value.
Request
Responses
- 200
- 400
- 401
- 403
The matching persons. See Persons.PersonDetailDto.
Unknown extended property name — NotFound/"Extended Property: <name>"; or the value does not match the property's data type — NotFound/"Invalid data type".
Caller is not authenticated.
Caller does not have Read permission on the Person module.