The E-Verify Dashboard lists and tracks E-Verify cases for the organization with status-based filters and a compliance export option. It is available at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/everify.
Overview
The page fetches all cases (unfiltered) for stats and a filtered set for the list. Five stat counters display: Total, Active, Employment Authorized, TNC (Tentative Non-Confirmation), and Overdue. A tab bar provides quick filters: All, Active, Authorized, TNC, Overdue. Clicking a case row opensEverifyCaseDetailDialog. EverifyComplianceExport provides a compliance export action. Overdue cases are highlighted.
No RequirePermission wrapper is on the route itself; the component uses PermissionGate internally for any write actions.
Who it’s for
No explicit permission gate on the route. Internal component gates manage write access. Data is scoped to the current organization.Before you start
- E-Verify settings must be configured at
/hr/everify/settingsbefore cases can be created.
Steps
Key concepts
- TNC (Tentative Non-Confirmation) — A case status indicating a mismatch in the employee’s work authorization data. SME should confirm required follow-up steps.
- Overdue — Cases where
deadline_atis in the past and the status is not terminal.
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/pages/EverifyDashboardPage.tsx
- src/cores/hr/types/everify.ts