get_employee_leave_balance
Retrieve the current leave balance for an employee by entering their employee ID. View available leave days for HR workflows.
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 |