UKG · Example Payload

Pro Hcm Employee List Example

Human Capital ManagementHCMWorkforce ManagementHRPayrollTime and AttendanceBenefitsScheduling

Pro Hcm Employee List Example is an example object payload from UKG, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

employeestotalpage

Example Payload

Raw ↑
{
  "employees": [
    {
      "employeeId": {},
      "firstName": {},
      "lastName": {},
      "email": {},
      "employmentStatus": {},
      "hireDate": {},
      "departmentId": {},
      "locationId": {},
      "jobTitle": {},
      "managerId": {}
    }
  ],
  "total": 1,
  "page": 1
}