Employee Offboarding
Process for offboarding employees from the platform.
Offboarding Checklist
Administrative
- Set employee end date
- Revoke system access
- Disable user account
- Transfer project ownership
- Reassign open tasks
- Close pending timesheets
- Process final timesheet approval
- Calculate remaining leave balance
Data & Equipment
- Retrieve company equipment
- Export employee data (GDPR compliance)
- Archive time logs and screenshots
- Remove from active teams
- Update org charts
Process in Gauzy
1. Set End Date
PUT /api/employee/:id
{ "endWork": "2025-03-31", "isActive": false }
2. Deactivate Account
- Go to Employees → select employee
- Click Edit → set End Date
- Toggle Active to off
- Employee retains read-only access until account disabled
3. Reassign Tasks
- Go to employee's active tasks
- Bulk select open tasks
- Reassign to replacement employee
4. Archive Data
Employee data is preserved (soft delete) for:
- Historical reports
- Audit compliance
- Financial records
Related Pages
- Employee Management — employee features
- Employee Onboarding Workflow — onboarding
- GDPR Compliance — data protection