get_meetings
Retrieve an employee's scheduled meetings by providing their employee ID, enabling HR teams to track onboarding sessions and daily appointments.
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 |