The E-Verify Settings page provides organization-level configuration for the E-Verify integration. 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/settings.
Overview
The page wrapsEverifyOrgSettingsForm inside a PermissionGate (permission: hr.everify.config) and a PageContainer. The header shows “E-Verify Settings” with the description “Configure E-Verify integration for your organization.” All configuration fields are rendered by EverifyOrgSettingsForm.
Who it’s for
Requires permissionHR_PERMISSIONS.EVERIFY_CONFIG (hr.everify.config) — both at the route level (RequirePermission in hr.tsx) and at the component level (PermissionGate).
Before you start
- You must have the
hr.everify.configpermission. - Coordinate with your E-Verify administrator and legal counsel before modifying integration settings.
Steps
Review and update settings
Complete the fields in
EverifyOrgSettingsForm for your organization’s E-Verify configuration.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/EverifySettingsPage.tsx
- src/cores/hr/components/everify/EverifyOrgSettingsForm.tsx