Reviewer Reassignment Setting

Control whether assigned reviewers can reassign rows to other reviewers.

Controls whether users acting as assigned reviewers can reassign rows to other reviewers.

  • When enabled (the default), any user assigned as a reviewer on specific rows can reassign those rows.

  • When disabled, assigned reviewers cannot reassign rows.

  • Administrators, Operators, and Reassigners always retain reassignment privileges, regardless of this setting.

This setting can be configured globally for all reviews, or for specific review configurations by workflow_id parameter.

The fallback precedence is:

  • configuration-specific settingglobal settingdefault (ALLOWED).

Parameters

The request body accepts:

  • value (string) — ALLOWED or NOT_ALLOWED

  • workflow_id (optional string) — Specific review configuration ID to override global settings

Value
Description

ALLOWED

Assigned reviewers can reassign rows (default)

NOT_ALLOWED

Assigned reviewers cannot reassign rows

Examples

Example request to disable reviewer reassignment globally:

{
  "value": "NOT_ALLOWED"
}

Example request to disable reviewer reassignment for a specific review configuration:

Get Reviewer Reassignment Setting

Retrieve the current reviewer reassignment setting. Include the optional workflow_id query parameter to get the setting for a specific review configuration.

Global Settings Request:

Configuration-Specific Request:

Example response:

Set Reviewer Reassignment Setting

Update the reviewer reassignment setting globally or for a specific review configuration. Requires Admin or Operator role.

Global Settings Request:

Configuration-Specific Request:

Example response:

Last updated

Was this helpful?