Get person details by UUIDs
Returns details for specified persons
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Array of person UUIDs to retrieve details for
Response
Person details retrieved
Person UUID
"123e4567-e89b-12d3-a456-426614174000"
First name
"John"
Last name
"Doe"
Email address
"john.doe@example.com"
Phone number
"5551234567"
Creation date
"2024-01-01T00:00:00.000Z"
Last update date
"2024-01-01T00:00:00.000Z"
True if this person is a primary person for an account
true
Account UUID associated with the person, or null if there is no account
"123e4567-e89b-12d3-a456-426614174000"
True if they have any active unit rental records
true
Array of unit rental record UUIDs associated with the person

