Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions connection-guides/hris/ukgprowfm.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: "UKG Pro Workforce Management"
description: "Follow these steps to connect UKG Pro Workforce Management via the StackOne Hub successfully."
---

import IntegrationFooter from "/snippets/integration-footer.mdx";

<Warning>
This guidance assumes you have admin access to UKG Pro Workforce Management and can create or request API credentials.
</Warning>

If you've been directed to StackOne to integrate with UKG Pro Workforce Management, the following steps will help you gather the required credentials and complete the connection.

## Collect your UKG Pro Workforce Management credentials

UKG Pro Workforce Management uses an OAuth LDAP (password-based) flow. You'll need the tenant host, an API client, and a user account that can access the required data.

<Steps>
<Step title="Get your Host">
Ask your UKG Pro Workforce Management admin for your tenant host (for example: `service.ultipro.com`).
</Step>

<Step title="Create or request an API client">
In UKG Pro Workforce Management, create (or request from your UKG admin) an API client and obtain:

- **Client ID**
- **Client Secret**
</Step>

<Step title="Prepare a username and password">
Use a dedicated integration user where possible. Make sure you have:

- **Username**
- **Password**
</Step>
</Steps>

## Linking your UKG Pro Workforce Management account

<Steps>
<Step title="Open the connection form">
In your integration platform, navigate to the Integrations page and select **UKG Pro Workforce Management**.
</Step>

<Step title="Enter connection details">
Enter the following values:

- **Host**
- **Client ID**
- **Client Secret**
- **Username**
- **Password**
</Step>

<Step title="Test and save">
Click **Connect** to complete the setup.
</Step>
</Steps>

<IntegrationFooter />

## Available data

This integration has the following HRIS Resources available from the provider:
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text "HRIS Resources" should be a hyperlink to the API reference documentation. All other integration guides in this directory use the pattern [HRIS Resources](https://docs.stackone.com/reference/getting-started-with-your-api) in their "Available data" sections.

Suggested change
This integration has the following HRIS Resources available from the provider:
This integration has the following [HRIS Resources](https://docs.stackone.com/reference/getting-started-with-your-api) available from the provider:

Copilot uses AI. Check for mistakes.
<ul>
<li>Employees</li>
<li>Locations</li>
<li>Shifts</li>
<li>Time off</li>
<li>Time off policies</li>
</ul>
1 change: 1 addition & 0 deletions integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ import { IntegrationTile } from '/snippets/integration-tile.mdx';
<IntegrationTile logo={'https://stackone-logos.com/api/sap-sucessfactors/filled/png'} title={'SAP SuccessFactors'} category={'HRIS'} link={'/connection-guides/hris/sapsuccessfactors'} />
<IntegrationTile logo={'https://stackone-logos.com/api/staffology-hr/filled/png'} title={'Staffology HR'} category={'HRIS'} link={'/connection-guides/hris/staffologyhr'} />
<IntegrationTile logo={'https://stackone-logos.com/api/ukg-pro/filled/png'} title={'UKG Pro'} category={'HRIS'} link={'/connection-guides/hris/ukgpro'} />
<IntegrationTile logo={'https://stackone-logos.com/api/ukg-pro/filled/png'} title={'UKG Pro Workforce Management'} category={'HRIS'} link={'/connection-guides/hris/ukgprowfm'} />
<IntegrationTile logo={'https://stackone-logos.com/api/ukg/filled/png'} title={'UKG Ready (OAuth)'} category={'HRIS'} link={'/connection-guides/hris/ukgready-oauth'} />
<IntegrationTile logo={'https://stackone-logos.com/api/ukg/filled/png'} title={'UKG Ready (OAuth Client Credentials)'} category={'HRIS'} link={'/connection-guides/hris/ukgready-oauth-client-credentials'} />
<IntegrationTile logo={'https://stackone-logos.com/api/workday/filled/png'} title={'Workday'} category={'HRIS'} link={'/connection-guides/hris/workday'} />
Expand Down