v1
latestOpenAPI 3.1.02026-07-221206394.4 KBPeople
List people
Returns people in your organization, newest first.
get/v1/people
Query parameters
pageinteger
Page number, starting at 1 (max 100).
limitinteger
Items per page (1 to 1000).
ltstring
Cursor: return items whose id is less than this value (use the last id from the previous page).
sortstring
Field to sort by. Defaults to id.
direction'asc' | 'desc'
Sort direction.
Response
A list of people.
Example response
{
"data": [
{
"id": "665f1c2a9b1e4a0012a3b4c5",
"firstName": "Jordan",
"lastName": "Rivera",
"email": "jordan@example.com",
"currentTitle": "Chief Executive Officer",
"enrichment": {
"subsector": [
{
"value": "Self-Funded Health Insurance / Third Party Administrator (TPA)",
"source": "CIM",
"confidence": 100,
"pinned": true,
"discoveredAt": "2026-02-14T10:00:00Z"
},
{
"value": "Third-Party Administrators (TPAs)",
"source": "Market Report",
"confidence": 57,
"pinned": false,
"discoveredAt": "2026-01-20T10:00:00Z"
}
]
}
}
]
}