How to Bulk Create/Update Employee Skills Using REST API or HDL in Oracle Fusion HCM 26B?
Hi Experts,
We are exploring options to bulk create and update employee skills in Oracle Fusion HCM and would appreciate guidance from the community.
Environment Details:
- Application: Oracle Fusion Cloud HCM
- Version: 26B
- Module: Talent Management / Skills and Qualifications
Navigation:Home → Me → Career and Performance → Skills and Qualifications → Skills Section
Requirement
We need to build an integration to maintain employee skills in bulk. We are evaluating both:
- REST APIs
- HCM Data Loader (HDL)
Findings So Far
API:https://instance****.oraclecloud.com:443/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/?expand=skillSections&q=PersonNumber ={personNumber}
We have been testing the available REST APIs through Postman.
- When using a service account, we can successfully authenticate and retrieve/update skill information only for the service account's own profile.
0