Upsert staffing entity skill expectation
Add a skill expectation on a staffing entity, with an optional expected proficiency level. Re-sending the same skill updates the expectation in place.
Supported integrations
Supported integrations
Example Request Body
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
The Kombo ID of the staffing entity to attach the skill to.
Body
POST /hris/staffing-entities/:staffing_entity_id/skills Request body
The Kombo ID of the skill.
The expected proficiency for the role. The value is strictly validated against the skill's proficiency_scale: for a NUMERIC skill, submit a number within the scale's min–max range, aligned to its step; for a SINGLE_SELECT skill, submit the Kombo ID of one of the scale's ordered_options. Omit to attach the skill without an expected proficiency.
Response
POST /hris/staffing-entities/:staffing_entity_id/skills Positive response