Closed Beta Feature: This endpoint is currently in closed beta. We’re testing it with selected customers before its public release. If you’re interested in learning more or getting early access, please reach out.
Update the skill level for an employee skill assignment.Create an API key on the Secrets page in the Kombo dashboard.
ID of the integration you want to interact with.
employee_skill_assignment_id
The ID of the employee skill assignment
PATCH /hris/employee-skill-assignments/:employee_skill_assignment_id Request body
The current skill level of the employee. Can be null to remove the skill level.
PATCH /hris/employee-skill-assignments/:employee_skill_assignment_id Positive response
Examples:{
"id": "8AvRLpxwY5J6pGxfY6fUD81Z",
"employee_id": "26vafvWSRmbhNcxJYqjCzuJg",
"skill_id": "28KMdr68N8kG9EzLwjsN9aoz",
"current_level": "Proficiency Level 1"
}