Get employee manager
Returns the direct manager of an employee based on the department structure. Used for task escalation.
Returns the direct manager of an employee based on the department structure. Used for task escalation.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Employee ID | int | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Manager ID | int |
| Manager name | string |
| Manager email | string |
| Manager found (Y/N) | string |