get_all_meetings_for_employee
Retrieve the list of meetings scheduled for an employee by providing their employee ID. Access meeting details directly to support HR workflow automation.
Instructions
Get the list of meetings scheduled for an employee. :param employee_id: Employee ID :return: List of meetings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |