get_employee_leave_balance
Retrieve an employee's leave balance by providing their employee ID. Quickly access remaining vacation or sick days.
Instructions
Get the leave balance of an employee. :param emp_id: Employee ID :return: Leave balance message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emp_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |