{
"data": [
{
"id": "pyee_KfIuLz83Ya",
"given_name": "John",
"family_name": "Doe",
"middle_name": "<string>",
"name": "<string>",
"identifier": "PYEE-2025-001",
"email": "jsmith@example.com",
"phone": "<string>",
"company": "<string>",
"entity_type": "Individual",
"address": {
"country": "US",
"address1": "123 Main St",
"address2": "Suite 100",
"city": "New York",
"state": "NY",
"postal_code": "10001"
},
"active": true,
"status": "Active",
"preferred_language": "<string>",
"metadata": {
"custom_field": "value",
"source": "api"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"next_cursor": "<string>",
"has_more": true
}