Upsert employee skill assignment
Skills
Upsert employee skill assignment
Upsert employee skill assignment
POST
Upsert employee skill assignment
Assign a skill to an employee, optionally with a proficiency rating. Include a
proficiency to record a rated result (e.g. an assessment); where the source system supports source attribution, the rating is attributed to the provider configured on the connection. Omit proficiency to simply tag the employee with the skill, with no rating. Kombo records one rating per (employee, skill, rating_source) and upserts in place, so re-sending the same employee and skill replaces the rating from this write rather than stacking a new one; ratings recorded under a different source (e.g. a SELF / MANAGER rating read from the source system) stay as separate rows. The rating_source the write lands under depends on the system – systems without a dedicated external surface record it differently. Refer to the coverage grid for per-system support of ratings and attribution.
Note: This endpoint is asynchronous – it returns a
task_id immediately and processes the request in the background. Use the corresponding GET endpoint to poll for the task status until it reaches COMPLETED or FAILED. Learn more in our async endpoints guide.Authorizations
Headers
ID of the integration you want to interact with.
Body
application/json
POST /hris/employee-skill-assignments Request body