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 - Bad Request error

edited Jan 9, 2026 6:48PM 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 alwasy get this error as response:

{    "title": "Bad Request",    "status": "400",    "o:errorDetails": [        {            "detail": "You can't make this change with the value specified for the ContentItemId or SkillName attribute. (HRT-975280)",            "o:errorCode": "HRT:::HRT_INVALID_VALUE_FOR_ACTION"        }    ]}


this is my request:

{            "SkillId": 100002506229650,            "ContentItemId": null,            "SkillName": null,            "Skill": "IT Strategy",            "ProficiencyLevelId": null,            "ProficiencyLevelCode": null,            "ProficiencyLevel": null,            "NumericRating": null,            "RatingModelId": 300000289434863,            "ConfirmationFlag": null,            "Group": "ORA_DEVELOPING",            "GroupMeaning": "Developing Skill",            "CreatedBy": "FUSION_APPS_HCM_ESS_APPID",            "CreationDate": "2024-06-28T13:12:44+00:00",            "LastUpdatedBy": "FUSION_APPS_HCM_ESS_APPID",            "LastUpdateDate": "2024-06-28T13:12:44+00:00",            "SectionId": 300000297662341,            "ProfileId": 300000096945923,            "SkillCurationStatus":

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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