get_employee_details
Retrieve employee ID and manager ID by providing the employee's name. Supports HR automation tasks like onboarding.
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 |