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), attributed to the provider configured on the connection where the system supports it; omit it to record the skill without a rating. Re-sending the same (employee, skill, rating_source) replaces the existing rating in place; ratings from a different source (e.g. a SELF / MANAGER rating read from the system) remain separate rows.Authorizations
Headers
ID of the integration you want to interact with.
Body
application/json
POST /hris/employee-skill-assignments Request body
Response
POST /hris/employee-skill-assignments Positive response
Allowed value:
"success"Example:
{
"id": "8AvRLpxwY5J6pGxfY6fUD81Z",
"remote_id": "238476582-99123",
"employee_id": "26vafvWSRmbhNcxJYqjCzuJg",
"skill_id": "28KMdr68N8kG9EzLwjsN9aoz",
"proficiency": {
"type": "SINGLE_SELECT",
"ordered_options": [
"Proficiency Level 1",
"Proficiency Level 2",
"Proficiency Level 3",
"Proficiency Level 4",
"Proficiency Level 5"
],
"value": "Proficiency Level 4"
},
"rating_source": "EXTERNAL",
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": null
}