v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPerformance > ReviewEvaluation
Replace reviewers a Review evaluation
Define a new reviewer for the evaluation that will only be able to leave feedback about the employee. This can only be done if the process is active, the evaluation is not published and the evaluation type is not "self".
post/api/2026-07-01/resources/performance/review_evaluations/replace_reviewer
Request body
Response
OK
Example response
{
"id": "1",
"performance_review_process_id": "1",
"target_access_id": "1",
"reviewer_access_id": "1",
"evaluation_type": "manager",
"published": true,
"status": "published",
"published_at": "2024-01-01T00:00:00Z"
}