get_employee_details
Retrieve employee ID and manager ID by providing the employee's name.
Instructions
Get the employee details by name
:param name: Name of the employee
returns employee ID or Manager IDInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |