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:
people_ids → receive job_idGET /api/v1/people/verify-job/{job_id} every 3-5 secondsstatus is "completed", the result field contains verification outcomesCredit costs:
Example request:
{
"people_ids": [101, 102, 103]
}
Error codes:
422 - Empty people_ids or exceeds max limitDocumentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Request to start a people verification job.
People IDs to verify against their associated companies (max 500 per request)
1 - 500 elementsSuccessful Response
Response when a people verification job is created.