Skip to main content
Once you’ve established the employer, you are ready to register the employee (new hire) and employer administrators to the employer, which can happen at any time. As a reminder, employees must be configured before starting an I-9 for that employee.

Register employee

To establish a new hire, register the employee by calling the /employers/{employerId}/employees POST endpoint. A successful request will return the employee’s id that can then be used to generate the employee’s access link to their I-9. Registering an employee can be completed in advance for an employee with a start date in the future, or it can be completed “just in time” right before the I-9 verification process begins. When registering employees, you will also specify if an employee should not be eligible for Remote I-9 Section 2 verification within the employeeDocumentOptions object. (note: this is only applicable if you have Remote I-9 enabled by default).

Request

Sample Request

Request elements

Below is the data necessary to register your employee within Symmetry. Employment Object The employment object contains key employment details for the employee, including important dates, current employment status, and document authorization options specific to Form I-9 processing.

Response

The response contains the employee identifier (id), along with the data from the request. Below is an example of a successful response.
Sample Response

Response elements

A successful response returns the employee object.
Employee object
Employment object
Employee document options object
Address object

Register administrator

This one-time step is required to set up the employer administrator (HR, Compliance, or other executive functions at the employer) within that company who will administer Forms I-9 and take action on any documentation verification or E-Verify cases. Companies may have more than one administrator and administrators can be created at any time. To create a new administrator, call the /employers/{employerId}/admins POST endpoint with the administrator details. A successful call will return the administrator’s ID that will then be used to generate the administrator’s access to employer embedded experience.

Request

Sample Request

Request elements

Below is the data necessary to register your administrator within Symmetry.

Response

The response contains the admin object, which includes the administrator’s unique identifier. Below is an example of a successful response.
Sample Response

Response elements

The fields below are returned in the admin object.
Admin object
There are times when you may need to promote an employee to an administrator. See Promote employee to administrator.