Batch person detail enrichment
Enrich multiple people by id or slug with optional url, association, and address. When page and size are omitted, the full deduplicated batch is returned in request order. Sort is not supported for this fixed-order batch response.
Authentication
X-Client-Secretstring
Client secret for read-only service-to-service access (no writes)
Query parameters
includePrivate
Include private fields. Defaults to private for admin API key or ROLE_ADMIN callers; client-secret/client-read callers stay public.
page
Zero-based page index (0..N); omit page and size for the full batch.
size
The size of the page to be returned; omit page and size for the full batch.
Request
This endpoint expects an object.
hasImageFirst
Sort results by image presence
id
Person UUID values
includeAddress
Include address values
includeAssociation
Include association values
includeUrl
Include URL links
maxAssociations
Max association values per person
permitMonogram
Permit monogram fallbacks
slug
Person slug values
url
Person URL values
Response
OK
content
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
409
Conflict Error
415
Unsupported Media Type Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error