Get employee email / phone
Returns contact details of an employee from their user profile: email, work phone, and personal phone.
Returns contact details of an employee from their user profile: email, work phone, and personal phone.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Employee ID | int | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| string | |
| Work phone | string |
| Personal phone | string |
| Employee name | string |
| Employee found (Y/N) | string |