Verify People Employment
Enrich People
Verify People Employment
Start a background job to verify people still work at their associated companies.
Uses live-fetch to confirm current employment. People confirmed as departed are removed along with all dependent records.
Flow:
- Call this endpoint with
people_ids→ receivejob_id - Poll
GET /api/v1/people/verify-job/{job_id}every 3-5 seconds - When
statusis"completed", theresultfield contains verification outcomes
Credit costs:
- Credits are charged per person found in the workspace
Example request:
{
"people_ids": [101, 102, 103]
}
Error codes:
422- Empty people_ids or exceeds max limit
POST
Verify People Employment
Documentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Request to start a people verification job.
People IDs to verify against their associated companies (max 500 per request)
Required array length:
1 - 500 elementsResponse
Successful Response
Response when a people verification job is created.