Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The E-Verify Settings page provides organization-level configuration for the E-Verify integration. It is available at route /hr/everify/settings.

Overview

The page wraps EverifyOrgSettingsForm 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 permission HR_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.config permission.
  • 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.

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/EverifySettingsPage.tsx
  • src/cores/hr/components/everify/EverifyOrgSettingsForm.tsx