Get person details by UUIDs
Returns details for specified persons
Documentation Index
Fetch the complete documentation index at: https://api.monument.io/llms.txt
Use this file to discover all available pages before exploring further.
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
[
"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"3fa85f64-5717-4562-b3fc-2c963f66afa7"
]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
[
"123e4567-e89b-12d3-a456-426614174000",
"123e4567-e89b-12d3-a456-426614174001"
]
