get_employee_details
Retrieve an employee's ID and manager ID by name to assist with HR onboarding workflows.
Instructions
Get employee details by name. :param name: Name of the employee :return: Employee ID and manager ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |