Reviewer Bulk Actions Settings

Control which bulk actions are available to reviewers.

This setting provides granular control over bulk operations in Access Reviews. With it, administrators can selectively disable specific actions, based on organizational security policies and compliance requirements.

When a bulk action is enabled (all actions are enabled by default), reviewers choose the action to multiple rows at once using row selection, "Select All", or filter-based operations. When disabled, the specified action is hidden from the reviewer interface, for any operations affecting two or more rows.

circle-info

Bulk action restrictions apply only to users with the reviewer role. Administrators and operators are not affected by these settings. Single-row operations (acting on one row at a time) are never restricted.

All fields default to true (all bulk actions allowed). 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 (all enabled).

circle-exclamation

Parameters

The request body accepts:

  • allow_bulk_approve (boolean) - Enable or disable bulk approve for reviewers

  • allow_bulk_reject (boolean) - Enable or disable bulk reject for reviewers

  • allow_bulk_signoff (boolean) - Enable or disable bulk sign-off for reviewers

  • allow_bulk_clear_decisions (boolean) - Enable or disable bulk clear decisions for reviewers

  • allow_bulk_add_note (boolean) - Enable or disable bulk add note for reviewers

  • allow_bulk_reassign (boolean) - Enable or disable bulk reassign for reviewers

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

Examples

Example request body to disable bulk approve and reject globally while keeping other bulk actions enabled:

Example request body to disable all bulk actions for a specific review configuration:

Get Reviewer Bulk Actions Settings

Retrieve the current reviewer bulk actions settings. Include the optional workflow_id query parameter to get settings for a specific review configuration.

Global Settings Request:

Configuration-Specific Request:

Example response:

get
Authorizations
AuthorizationstringRequired

Veza API key for authentication. Generate keys in Administration > API Keys.

Query parameters
workflow_idstringOptional

Optional. If empty, returns the global tenant setting. If provided, returns the workflow-specific setting.

Responses
chevron-right
200

OK

application/json
get
/api/private/workflows/access/global_settings/reviewer_bulk_actions

Set Reviewer Bulk Actions Settings

Update the reviewer bulk actions settings globally or for a specific review configuration.

Global Settings Request:

Configuration-Specific Request:

Example response:

put
Authorizations
AuthorizationstringRequired

Veza API key for authentication. Generate keys in Administration > API Keys.

Body
workflow_idstringOptional

Optional. If empty, sets the global tenant setting. If provided, sets the workflow-specific setting.

Responses
chevron-right
200

OK

application/json
objectOptional
put
/api/private/workflows/access/global_settings/reviewer_bulk_actions

Last updated

Was this helpful?