list_resigned_employees
Retrieve employees who resigned or took leave within a specified date range. Optionally filter by department to review staff turnover or absences for HR reporting.
Instructions
List employees who resigned or took leave within a date range.
KNOWN ISSUE: The /ClientOut/ReportCenter/ResignAndLeaveData route returns
404 on the PRE Foundation backend. The tool is kept for when MAYO
deploys the Report Center endpoints to this environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date in `YYYY-MM-DD` format | |
| dept_code | No | Optional department code filter | |
| start_date | Yes | Start date in `YYYY-MM-DD` format |