{
"persons": [
{
"id": "a1b2c3d4-e5f6-4789-a012-3456789abcde",
"organization_id": "00000000-0000-0000-0000-000000000001",
"person_type": "NATURAL",
"email": "carlos.rodriguez@example.com",
"status": "ACTIVE",
"first_name": "Carlos",
"last_name": "Rodríguez Pérez",
"created_at": "2025-12-22T10:30:00Z",
"updated_at": "2025-12-22T10:30:00Z"
},
{
"id": "56c3090c-b7e8-4c39-acb9-9e76bd4419c6",
"organization_id": "00000000-0000-0000-0000-000000000001",
"parent_person_id": "92061b7d-4792-4ad8-b918-ec1587d8fdca",
"person_type": "NATURAL",
"email": "employee@fidi.cl",
"status": "ACTIVE",
"first_name": "Pedro",
"last_name": "González",
"created_at": "2025-12-22T10:35:00Z",
"updated_at": "2025-12-22T10:35:00Z"
}
],
"pagination": {
"total": 2,
"limit": 20,
"offset": 0
},
"metadata": {
"trace_id": "list-natural-123",
"timestamp": "2025-12-22T11:00:00Z"
}
}