Merge · Arazzo Workflow
Merge HRIS Employee Directory with Time Off
Version 1.0.0
List employees from a linked HRIS account, then read each employee's record and time off requests.
Provider
Workflows
list-employees-and-time-off
List HRIS employees and pull one employee's record and time off requests.
Lists employees on a linked account, retrieves the first employee's full record, and lists their time off requests.
1
listEmployees
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1employees/get
List employees from the linked HRIS account, returning the paginated results envelope.
2
getEmployee
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1employees~1{id}/get
Retrieve the full record for the first employee returned by the listing.
3
listTimeOff
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1time-off/get
List the time off requests belonging to the resolved employee.