You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create Talent Person Profile Public Skill with Proficiency

edited Jan 5, 2026 11:44AM in HCM REST APIs

I'm trying to add a public skill to a talentPersonProfile using the rest API:

/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/publicSkills

I managed to send a successful request sending only the following fields:

{  "Skill": "Teamwork",   "Group": "ORA_DEVELOPING" }

If i try to send Group ORA_DEVELOPED i get the following error:

{    "title": "Bad Request",    "status": "400",    "o:errorDetails": [        {            "detail": "Provide a valid value for EndorserPersonId.",            "o:errorCode": "27014"        }    ]}

How do i create a skill with Group ORA_DEVELOPED also adding the proficiency level?

One more question: is it possible to send multiple skills in the same request?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!