Skip to main content

UKG Work Force Ready API Endpoints

Updated this week

The UKG Work Force Ready 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.comBase URLs:

  • Staging: https://{Instance Identifier}.ultipro.com

  • Production: https://{Instance Identifier}.ultipro.com

NOTE: The {Instance Identifier} shown above is just a placeholder. Replace it with your actual UKG Work Force Ready API URL. Since you might have multiple test environments, this identifier will be different for each one.

Table of Contents

Employee Endpoint

Get all Employees: (GET)

[BaseURL]/employees/{filter}

Get all Changed Employees: (GET)

[BaseURL]/employees/changed

Get an Employee: (GET)

[BaseURL]/employees/{id}

Employee Profile Endpoint

Get an Employee Profile: (GET)

[BaseURL]/employees/{employeeId}/profiles

RateTable Endpoint

Get a RateTable: (GET)

[BaseURL]/rates/tables/{id}

Time Entry Set Endpoint

Get a Time Entry Set: (GET)

[BaseURL]/employees/{employeeAccountId}/time-entries

Update a Time Entry Set: (PUT)

[BaseURL]/time-entries/collection

Delete a Time Entry Set: (DELETE)

[BaseURL]/time-entries/{_id}

Did this answer your question?