Skip to main content
Once you’ve registered your employer, employee, and administrator(s), and (optionally) configured E-Verify, you are ready to initiate the employee’s Form I-9! You will use the API to generate a unique link to the embedded employee experience into the appropriate location in your platform.

Generate I-9 access

To generate the employee’s I-9 access token, make a call to the /employers/{employerId}/employees/{employeeId}/generateToken GET endpoint, setting the employerId and employeeId path parameters in the URL.

Request

Sample Request

Response

The response contains the token object, whose embeddedUri is a session-level URL that allows the employee to access the embedded I-9 session. Read more about session-level access tokens here. Below is an example of a successful request.
Sample Response

Response elements

Below are the elements returned in the token object.

Embedded employee experience