/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
1
Open E-Verify Settings
Navigate to HR → E-Verify → Settings or go to
/hr/everify/settings.2
Review and update settings
Complete the fields in
EverifyOrgSettingsForm for your organization’s E-Verify configuration.3
Save
Submit the form to apply the settings.
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