ACCESSORY criticality can be self-declared as claimed by the
learner directly, or approved from a submitted CV.
Claim a skill directly
To claim a skill,claimSkill mutation should be executed.
A skill can only be claimed if all the following conditions are met:
- The skill is assigned to the current API user context as a target skill (individually,
or as a part of a skills profile), with its criticality set to
ACCESSORY. - All of its sub-skills, if any, are already acquired or claimed.
- All of its prerequisites, if any, are already acquired or claimed.
errors will contain the corresponding violation.
UserSkillResponse API object
Request a CV skills review
A learner can also submit a CV together with a list of skills they believe it demonstrates. A manager then reviews the CV and confirms which of the suggested skills are approved. Once confirmed, an approved skill appears as claimed for the related user context, with the acquisition sourceCV_APPROVAL.
To submit a CV for review, requestCvSkillsReview mutation should be executed.
Here is an example of the mutation execution: