UKG Ready website screenshot

UKG Ready

UKG Ready (formerly Kronos Workforce Ready) is UKG's unified Human Capital Management (HCM) suite for small and midmarket organizations, combining HR, payroll, talent management, benefits administration, time and attendance, scheduling, and compliance into a single cloud platform. UKG Ready exposes REST and GraphQL APIs (per-tenant host of the form https://{hostname}/api/...) using OAuth 2.0 authorization code flow with bearer tokens for managing employees, schedules, timekeeping, payroll, benefits, and workforce data.

1 APIs 0 Features
HCMHuman Capital ManagementPayrollWorkforce ManagementTime and AttendanceHRBenefits

APIs

UKG Ready REST API

RESTful API for UKG Ready providing programmatic access to employees, HR records, payroll, time and attendance, schedules, accruals, benefits, and workforce reporting. The base ...

Collections

GraphQL

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
💰
Pricing
Pricing
📝
Signup
Signup
🔗
Community
Community
💬
Support
Support
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: UKG Ready API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Request an OAuth 2.0 access token
      type: http
    http:
      method: POST
      url: https://{hostname}/api/authentication/access_token
      body:
        type: json
        data: '{}'
    docs: 'Exchange credentials (username, password, client_id, client_secret)

      for an OAuth 2.0 bearer access token used by all other endpoints.

      '
- info:
    name: Groups
    type: folder
  items:
  - info:
      name: List groups
      type: http
    http:
      method: GET
      url: https://{hostname}/api/group/v1/groups
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: Retrieve a paginated collection of workgroups for the tenant.
- info:
    name: Content
    type: folder
  items:
  - info:
      name: Create a post
      type: http
    http:
      method: POST
      url: https://{hostname}/api/content/v1/posts
      body:
        type: json
        data: '{}'
    docs: Create a new content post in the tenant.
bundled: true