[
{
"id": "person_123",
"workspaceId": "ws_123",
"createdAt": "2026-03-20T12:00:00.000Z",
"updatedAt": "2026-03-20T12:05:00.000Z",
"externalId": "crm_123",
"data": {
"name": "Ana Torres",
"customers": [
"customer_123"
]
},
"customFields": {
"name": "Ana Torres",
"customers": [
"customer_123"
]
},
"name": "Ana Torres",
"primaryEmail": "ana@example.com",
"emailAddresses": [
"ana@example.com"
],
"description": "Procurement lead",
"customers": [
"customer_123"
],
"customerNames": [
"Acme SpA"
],
"customerRelations": [
{
"id": "string",
"label": "string",
"contactLabel": "string"
}
],
"addresses": [
"Av. Apoquindo 1234"
],
"jobTitle": "Buyer",
"phoneNumbers": [
"+56 9 1234 5678"
],
"memberships": [
{
"id": "string",
"customerId": "string",
"personId": "string",
"roles": [
"buyer"
],
"isPrimary": true,
"isActive": true,
"label": "string",
"person": {
"id": "string",
"name": "string",
"primaryEmail": "user@example.com",
"emailAddresses": [
"string"
],
"phoneNumbers": [
"string"
],
"jobTitle": "string"
},
"customer": {
"id": "string",
"name": "string"
}
}
],
"primaryMembership": {
"id": "string",
"customerId": "string",
"personId": "string",
"roles": [
"buyer"
],
"isPrimary": true,
"isActive": true,
"label": "string",
"person": {
"id": "string",
"name": "string",
"primaryEmail": "user@example.com",
"emailAddresses": [
"string"
],
"phoneNumbers": [
"string"
],
"jobTitle": "string"
},
"customer": {
"id": "string",
"name": "string"
}
}
}
]