Authorized Representative Mismatch on Form I-9

Occurs when an authorized representative has confirmed a mismatch when reviewing Section 2 of the Form I-9. Data includes the employee who submitted the form and the submission.

Example payload:

{
  "event_key": "employee.i9_auth_rep_mismatch",
  "occurred_at": "2025-04-08T08:08:25.630-06:00",
  "data": {
    "employee": {
      "id": 42,
      "url": "/api/employees/42"
    },
    "submission": {
      "id": 101,
      "document_id": "i9",
      "url": "/api/submissions/101"
    }
  }
}