Skip to main content
POST
Upsert staffing entity skill expectation
This feature is currently available for the following integrations:You’d like to see this feature for another integration? Please reach out! We’re always happy to discuss extending our coverage.
This endpoint requires the permission Manage staffing entity skills to be enabled in your scope config.

Example Request Body

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

staffing_entity_id
string
required

The Kombo ID of the staffing entity to attach the skill to.

Body

application/json

POST /hris/staffing-entities/:staffing_entity_id/skills Request body

skill_id
string
required

The Kombo ID of the skill.

expected_proficiency

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 minmax 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

status
string
required
Allowed value: "success"
data
object
required
Example:
warnings
object[]
required

These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.