UKGHRSD

0.2.0

PowerShell wrapper for the UKG HR Service Delivery (HRSD) REST API v2. Retrieve People Assist requests (e.g. manager-submitted offboarding requests) and resolve their form/custom-field values into readable output.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name UKGHRSD

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name UKGHRSD

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Super Core Solutions LLC. All rights reserved.

Package Details

Author(s)

  • Don Sheehan

Tags

UKG HRSD HR-Service-Delivery PeopleDoc Offboarding REST IAM

Functions

Connect-UKGHRSD Disconnect-UKGHRSD Get-UKGHRSDRequest Get-UKGHRSDRequestForm Get-UKGHRSDRequestFormField Get-UKGHRSDRequestFormData

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

v0.2.0 - First PowerShell Gallery release.

Cmdlets: Connect-UKGHRSD / Disconnect-UKGHRSD (OAuth 2.0
client_credentials with automatic token refresh, six regions across
UKG-Ultipro ATL/TOR and legacy People-Doc US/EU/StagingUS/StagingEU),
Get-UKGHRSDRequest (list/search plus -Id UUID and -RequestNumber
portal-number lookups), Get-UKGHRSDRequestForm (list/search plus -Id
slug and -Name display-name lookups), Get-UKGHRSDRequestFormField
(curated field enumeration -- promotes Slug / Label / TypeId /
Required from the nested Formidable-or-FaaS shape, hides accesses
and autofill noise), Get-UKGHRSDRequestFormData (resolves opaque
form_data {field_id, values} pairs into readable Label/Value output
-- the core value proposition for offboarding workflows).

Cursor-based pagination on list endpoints (Next-Cursor header).
OAuth 2.0 error bodies (invalid_client, invalid_grant, etc.) are
surfaced in exception messages instead of being swallowed to a bare
401. Region-picking guidance in help text and README to steer users
between the UKG-branded (apis.hrsd.ultipro.*) and People-Doc-branded
(apis.*.people-doc.com) platforms.

Live-verified: -Region ATL on 2026-09-02, plus end-to-end
form-data resolver against an ATL prod tenant. Other regions (US,
EU, TOR, StagingUS, StagingEU) inferred from the OpenAPI spec.

FileList

Version History

Version Downloads Last updated
0.2.0 (current version) 4 9/3/2026