Get Single Person
GET/api/persons/getperson/:id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a single person.
By design, not visibility-filtered — a place-restricted caller can fetch any person in the tenant by id.
Request
Responses
- 200
- 400
- 401
- 403
The person. See Persons.PersonDetailDto.
Unknown or soft-deleted id — empty error array.
Caller is not authenticated.
Caller does not have Read permission on the Person module.