Review ICE notice carefully
Before taking action, review the ICE notice in full and encourage the employer to notify their legal counsel. Confirm:- The scope of the records requested
- The deadline for producing documentation
- Whether E-Verify case data is included
Helpful reference
The American Immigration Lawyers Association (AILA) provides sample ICE notices, including:- ICE Notice of Inspection
- ICE Form I-846, Warning Notice
- ICE Notice of Discrepancies
- ICE Notice of Suspect Documents
Locate and export forms I-9
Symmetry I-9 delivers completed Form I-9 metadata and PDFs as part of the postback payload sent to thepostback.target.url configured for the employer. As the service provider, you’re responsible for ensuring the employer has access to records needed for employer retention.
If you need to re-fetch completed I-9s via the API:
- Get all employees for the employer (
/employers/{employerId}/employees) - List I-9 submissions for an employee (
/employers/{employerId}/employees/{employeeId}/submissions) - Retrieve a specific I-9 submission (
/employers/{employerId}/employees/{employeeId}/submissions/{submissionId})
- The completed Form I-9 PDF (base64-encoded and compressed)
- Document verification results
- E-Verify case ID
- A full audit log
E-Verify case data
If ICE requests E-Verify records from an employer, use the following endpoints:- List all E-Verify cases for the employer (
/employers/{employerId}/everifyCases) - Retrieve detailed case data (
/employers/{employerId}/everifyCases/{id})
- Case status and timestamps
- All raw response data from E-Verify
- The complete case audit log
Audit trail
Each I-9 submission in Symmetry includes a detailed, timestamped audit log of employee and employer actions. TheauditLogs array captures:
- Electronic signature timestamps
- Document verification outcomes
- E-Verify case statuses
- Any changes or corrections
- Role and user performing the action
/employers/{employerId}/employees/{employeeId}/submissions/{submissionId}) and look for the auditLogs field in the response.
List of Audit EventsFor a full list of audit event types and definitions, refer to Audit Events.
Reminders
Symmetry I-9 provides the data and audit history needed to respond to an ICE audit confidently. Be sure to:- Store postback records securely
- Use the API to retrieve any missing data
- Leverage audit logs to demonstrate good-faith compliance

