The UKG Pro base URL is unique to each environment and can vary in format. There is no single universal URL. It depends on the specific environment, for example, service5.
Portal/Instance Identifier: https://{Instance Identifier}.ultipro.com
Base URLs:
Staging:
https://{Instance Identifier}.ultipro.comProduction:
https://{Instance Identifier}.ultipro.com
NOTE: The |
Table of Contents
Compensation Detail Endpoint
Get a Compensation Detail: (GET)
[BaseURL]/personnel/v1/compensation-details/{id}
Employee Employment Endpoint
Get all Employees: (GET)
[BaseURL]Employee Employment Details_GET()
Get an Employee: (GET)
[BaseURL] companyID={companyId}&employeeID={employeeId}
Person Details Endpoint
Get all Person Details: (GET)
[BaseURL] employeeId={_id}
Get a Person’s Details: (GET)
[BaseURL] /personnel/v1/person-details/{id}
Platform Configuration Endpoint
Get Configuration Fields: (GET)
[BaseURL] /personnel/v2/platform-configuration-fields/class-name/{className}
