Returns a specific employee’s data using their ID, along with the selected fields.

Parameters

ParameterDescription
Employee FieldsEmployee fields to retrieve, Represented as a comma separated list of fields.
Employee IDID 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