-
Notifications
You must be signed in to change notification settings - Fork 8
Ukg pro wfm docs #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Ukg pro wfm docs #356
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: | ||
| <ul> | ||
| <li>Employees</li> | ||
| <li>Locations</li> | ||
| <li>Shifts</li> | ||
| <li>Time off</li> | ||
| <li>Time off policies</li> | ||
| </ul> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.