/hr/my-exit-interview, allows departing employees to view and complete their exit interview.
Overview
This route loadsMyExitInterviewPage, which displays the exit interview assigned to the current user. Status variants include Pending, Completed, and Declined. Each shows an appropriate icon and badge. The page uses useMyExitInterview to fetch the employee’s exit interview record. If none exists, an empty state is shown.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- An exit interview must be initiated (typically by HR during offboarding) before it appears here.
Steps
- Go to
/hr/my-exit-interview. - If an interview has been assigned, review the details and complete the questionnaire.
- Submit or decline as appropriate.
Key concepts
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/engagement-routes.tsx
- src/cores/hr/engagement/pages/MyExitInterviewPage.tsx
- src/cores/hr/engagement/hooks/useMyExitInterview.ts