get_department_info
Retrieve a department's details and its current employees by providing a department ID.
Instructions
Get detailed information about a department including its current employees.
:param department_id: The department ID (DEPTID)
:return: Department details and employee list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| department_id | Yes |