Skip to main content
Some skills do not require completing a training to be considered acquired. A skill assigned with the 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.
Here is an example of the mutation execution:
If the skill cannot be claimed (wrong criticality, unmet sub-skills or prerequisites), 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 source CV_APPROVAL. To submit a CV for review, requestCvSkillsReview mutation should be executed. Here is an example of the mutation execution:

CvSkillsReview API object

CvSkillsReviewResponse API object