v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > 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

idstring required

Evaluation ID

new_reviewer_access_idstring required

New reviewer access ID

Response

OK

idstring required

Evaluation ID

performance_review_process_idstring

Review process ID

target_access_idstring

Participant access ID

reviewer_access_idstring

Reviewer access ID

evaluation_type'self' | 'manager' | 'direct_reports' | 'peers' required

Evaluation type

publishedboolean required

Whether the evaluation is published

status'pending' | 'published' required

Evaluation status

review_process_target_idstring required
published_atstring

Date when the evaluation was published

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"
}