UKG · Arazzo Workflow
UKG Pro HCM Employee 360 Profile
Version 1.0.0
Resolve an employee from the directory and assemble their core HCM profile.
View Spec
View on GitHub
Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsSchedulingArazzoWorkflows
Provider
Workflows
employee-360-profile
Look up an employee and gather their demographics, job, and pay rate.
Confirms the employee exists in the directory, retrieves the detailed record, and chains the job assignment and pay rate endpoints to produce a single consolidated profile.
1
locateEmployee
listEmployees
Query the directory filtered by employee ID to confirm the employee is visible to the service account before pulling detailed records.
2
getDetails
getEmployee
Retrieve the full employee record including demographics and employment status.
3
getJob
getEmployeeJobs
Retrieve the current job assignment and classification for the employee.
4
getPay
getEmployeePayRates
Retrieve the current pay rate to complete the consolidated profile.