v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
UserSkill

Create a New User Skill

This endpoint creates a new relationship between a user and a skill. If the skill doesn't exist yet, the system creates it. To identify the user you can either supply the UserId, Email or EmployeeId. <h3>Required Scope</h3>user_skills:write

post/api/v2/user-skills

Request body

Example request

{
  "data": {
    "attributes": {
      "user-identifier-type": "UserId"
    }
  }
}

Response

Success