Get Employee Data
Returns a specific employee's data using their ID, along with the selected fields.
Parameters
Parameter | Description |
---|---|
Employee Fields | Employee fields to retrieve, Represented as a comma separated list of fields. |
Employee ID | ID of the employee to retrieve his data. |
Example Output
{
"id": 123,
"firstName": "John",
"lastName": "Doe"
}
Workflow Library Example
Get Employee Data with Bamboohr and Send Results Via Email
Preview this Workflow on desktop