Employees REST Endpoints

Employees
The emps resource includes all employees as of the specified date. By default, the current date is retained. This controlled availability resource will be deprecated in the future releases. For implementing new integrations, you're advised to use the workers resource instead. Operations to create and update worker records in Oracle Fusion Cloud HCM involve various post-processing steps across products. Therefore, these operations may take several minutes to complete. For bulk load and extract operations, you must use HCM Data Loader (HDL) and HCM Extracts, respectively. Also, you shouldn't 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 an employee
Method: post
Path: /hcmRestApi/resources/11.13.18.05/emps
Get all employees
Method: get
Path: /hcmRestApi/resources/11.13.18.05/emps
Get an employee
Method: get
Path: /hcmRestApi/resources/11.13.18.05/emps/{empsUniqID}
Update an employee
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/emps/{empsUniqID}