Skip to main content
When an employee must complete Supplement B, use this endpoint to allow their remote document verification within your embedded I-9 experience. Trigger this request with a simple POST call; there’s no request body and no response payload.

Prerequisites

When you register the employee, both of the following flags must be set to true in employment.employeeDocumentOptions:
  • i9RemoteCounterSignAuthorized
  • i9RemoteReverificationAuthorized

Example (registration snippet)

Endpoint

Example request

Example response

Workflow

  1. Request remote reverification for a specific Form I-9 using the endpoint above
  2. Generate an employee token using the existing generate employee access token endpoint (/employers/{employerId}/employees/{employeeId}/generateToken)
  3. Embed the employee experience as you would under normal circumstances and communicate to the employee
  4. The employee can then complete Supplement B and verify their new document remotely through the embedded flow