Form I-9 Restarted by Staff
Occurs when an employee restarts their I-9 after an auth rep labels their documents as mismatched.
Necessary Settings
The Form-I9 setting Allow Staff to Initiate I-9 Resubmission must be on.
Data includes the employee and the assignment.
Example payload:
{
"event_key": "employee.i9_restarted",
"occurred_at": "2024-07-19T08:48:53.138-06:00",
"data": {
"employee": {
"id": 10,
"url": "/api/employees/10"
},
"assignment": {
"id": 19,
"document_id": "i9",
"current_submission_id": 40,
"optional": false,
"status": "missing",
"active": true
}
}
}
Updated 4 months ago