Upsert employee skill proficiency rating
Skills
Upsert employee skill proficiency rating
Assign a skill to an employee with an optional proficiency rating, attributed to the provider configured in the settings. Re-sending the same skill and source overwrites the existing rating.
POST
Upsert employee skill proficiency rating
Supported integrations
Supported integrations
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 employee skill proficiency ratings to be enabled in your scope config.
Example Request Body
Authorizations
Headers
ID of the integration you want to interact with.
Body
application/json
POST /hris/skill-proficiency-ratings Request body
Response
POST /hris/skill-proficiency-ratings Positive response
Allowed value:
"success"Example:
{
"id": "8AvRLpxwY5J6pGxfY6fUD81Z",
"remote_id": "238476582-99123",
"employee_id": "26vafvWSRmbhNcxJYqjCzuJg",
"skill_id": "28KMdr68N8kG9EzLwjsN9aoz",
"proficiency": {
"selected_option_id": "3aKMdr68N8kG9EzLwjsN4",
"type": "SINGLE_SELECT"
},
"rating_source": "EXTERNAL",
"rating_provider_id": "7xPdr68N8kG9EzLwjsN9xyz",
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": null,
"remote_data": null,
"custom_fields": null,
"integration_fields": []
}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.