- Subcategories:
- Addresses
- Citizenships
- Disabilities
- Driver Licenses
- Emails
- Ethnicities
- External Identifiers
- Legislative Information
- Messages
- Names
- National Identifiers
- Other Communication Accounts
- Passports
- Person Descriptive Flexfields
- Person Extra Information Extensible Flexfields
- Phones
- Photos
- Religions
- Visa Permits
- Work Relationships
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.
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: postPath:
/hcmRestApi/resources/11.13.18.05/workers
- Get a worker
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}
- Get all workers
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers
- Update a worker
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}