Skip to main content
The My Exit Interview page, at route /hr/my-exit-interview, allows departing employees to view and complete their exit interview.

Overview

This route loads MyExitInterviewPage, 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

  1. Go to /hr/my-exit-interview.
  2. If an interview has been assigned, review the details and complete the questionnaire.
  3. Submit or decline as appropriate.

Key concepts

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/engagement-routes.tsx
  • src/cores/hr/engagement/pages/MyExitInterviewPage.tsx
  • src/cores/hr/engagement/hooks/useMyExitInterview.ts