Get Employee Directory
Returns employee directory.
Example Output
{
"fields": [
{
"id": "displayName",
"type": "text",
"name": "Display Name"
},
{
"id": "firstName",
"type": "text",
"name": "First Name"
},
{
"id": "lastName",
"type": "text",
"name": "Last Name"
}
],
"employees": [
{
"id": 123,
"displayName": "John Doe",
"firstName": "John",
"lastName": "Doe"
}
]
}
Workflow Library Example
Get Employee Directory with Bamboohr and Send Results Via Email
Preview this Workflow on desktop