The Dependent Verification page is an admin queue for reviewing and acting on pending dependent verification requests. 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/benefits/dependents/verification.
Overview
The page fetches pending dependent verifications fromusePendingDependentVerifications. Each row shows: dependent name, relationship, date of birth, last four digits of SSN (if present), employee name, employee number, whether a document has been uploaded, and the creation date. A dropdown menu per row offers View, Approve, and Reject actions. Approving or rejecting opens a dialog prompting for optional verification notes; the action is submitted via verifyDependent from useBenefitDependentMutation.
Who it’s for
Requires permissionhr.benefits.admin.
Before you start
- Employees must have submitted dependent verification requests with uploaded documentation.
- Review your organization’s documentation requirements before approving or rejecting.
Steps
Open Dependent Verification
Navigate to HR → Benefits → Dependents → Verification or go to
/hr/benefits/dependents/verification.Review the queue
The table lists all pending verification requests with dependent and employee details.
Key concepts
- Relationship types —
spouse,child,domestic_partner,parent. Display labels are mapped in theRELATIONSHIP_LABELSconstant. - SSN last four — The
ssn_last_fourfield is shown as an identifier; SME should confirm data privacy requirements for this field.
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/benefits-routes.tsx
- src/cores/hr/benefits/pages/admin/DependentVerificationPage.tsx
- src/cores/hr/benefits/hooks/usePendingDependentVerifications.ts