list_active_employees
Retrieve active employees for a specific effective date, with optional department code filter.
Instructions
List active employees as of a given date, optionally scoped to a department.
KNOWN ISSUE: The /ClientOut/ReportCenter/ActiveEmployeeData 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 |
|---|---|---|---|
| dept_code | No | Optional department code filter; omit to include all departments | |
| effective_date | Yes | Effective date in `YYYY-MM-DD` format |