v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > ReviewVisibilitySetting

Updates a Review visibility setting

Modifiy the visibility settings of the review process.

put/api/2026-07-01/resources/performance/review_visibility_settings/{id}

Path parameters

idstring required

Review process ID

Request body

idstring

Review process ID

performance_review_process_idstring

Review process ID

restrict_answers_visibility_to_reporteesboolean required

When enabled, employees don't have access to their results

early_access_to_answers_for_managersboolean required

When enabled, managers can access the results of their reports before deadline

anonymous_peer_evaluation_for_targetboolean required

When enabled, peer evaluations are anonymous so employees don't know who reviewed them

Example request

{
  "id": "1",
  "performance_review_process_id": "1",
  "early_access_to_answers_for_managers": true
}

Response

OK

idstring required

Review process ID

performance_review_process_idstring required

Review process ID

restrict_answers_visibility_to_reporteesboolean required

Employees don't have access to their results when enabled

early_access_to_answers_for_managersboolean required

Managers can access the results of their reports before deadline when enabled

anonymous_peer_evaluation_for_targetboolean required

Peer evaluations are anonymous when enabled, so employees don't know who reviewed them

Example response

{
  "id": "1",
  "performance_review_process_id": "1",
  "early_access_to_answers_for_managers": true
}