/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
1
Open Dependent Verification
Navigate to HR → Benefits → Dependents → Verification or go to
/hr/benefits/dependents/verification.2
Review the queue
The table lists all pending verification requests with dependent and employee details.
3
View documentation
Use the View action to inspect the uploaded documentation before deciding.
4
Approve or Reject
Use the Approve or Reject action from the row dropdown. A dialog prompts for optional verification notes. Confirm to submit.
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