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
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
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
- UKGHRSD.nuspec
- UKGHRSD.psd1
- UKGHRSD.psm1
- README.md
- Public\Connect-UKGHRSD.ps1
- Public\Disconnect-UKGHRSD.ps1
- Public\Get-UKGHRSDRequest.ps1
- Private\Invoke-UKGHRSDRequest.ps1
- Private\Get-UKGHRSDAccessToken.ps1
- LICENSE
- Public\Get-UKGHRSDRequestFormData.ps1
- Public\Get-UKGHRSDRequestForm.ps1
- Public\Get-UKGHRSDRequestFormField.ps1
- Private\Get-UKGHRSDErrorMessage.ps1
- Private\Resolve-UKGHRSDBaseUrl.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.2.0 (current version) | 4 | 9/3/2026 |