Workers REST Endpoints

Workers
The workers resource provides all the worker records as of the specified date. Worker types include employee, contingent worker, and pending worker. By default, the current date is retained.

Operations to create and update worker records in Oracle Fusion Cloud HCM involve various postprocessing steps across products. Therefore, these operations may take several minutes to complete.

For bulk load and extract operations, you must use HCM Data Loader and HCM Extracts, respectively.

Also, you should not use REST APIs for detecting data changes in the application. Instead, use Atom feeds to detect or identify changes made to data for key transactions in Oracle Fusion Cloud HCM.

For example, you may use Atom feeds to detect changes in employee's personal details, employment data, new hires, and terminations. See the Atom Feeds section for details about delivered feeds in Oracle Fusion Cloud HCM.
Create a worker
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers
Get a worker
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}
Get all workers
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers
Update a worker
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}