get_employee_details
Look up an employee's ID and manager ID using their name, streamlining HR data retrieval.
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 |