Get Detailed Persons
POST/api/persons/getdetailedpersons
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a batch of persons by id.
Visibility-filtered — persons outside the caller's visible places are excluded from the result.
Request
Responses
- 200
- 400
- 401
- 403
The requested persons. See Persons.PersonDetailDto.
GetDetailedPersonsDto.PersonIds was null (MissingRequiredField,
field "PersonIds"), or a service-level failure occurred (NotFound/"person").
Caller is not authenticated.
Caller does not have Read permission on the Person module.