UKG Pro
Employees

UKG Pro Employees API

Sync employees data with UKG Pro through Apideck's unified API. One integration, instant access.

Quick Start Example

Start syncing UKG Pro employees in minutes

Node.js
import { Apideck } from '@apideck/node'

const apideck = new Apideck({
  apiKey: 'YOUR_API_KEY',
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List employees from UKG Pro
const response = await apideck.hris.employeesAll({
  serviceId: 'ukg-pro'
})

console.log(response.data)
// Returns unified employees data

UKG Pro SDKs

Build UKG Pro integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up