Configure the fallback reviewer selection methods used when a valid reviewer cannot be assigned.
Early Access Feature: The Alternate Reviewer Settings API endpoint is currently in Early Access as part of the private API namespace. The endpoint is subject to change as features are added or modified.
Configure the ordered list of fallback selection methods that Veza uses when a valid reviewer cannot be assigned. When all specified reviewers are prevented from assignment (due to self-review prevention, the reviewer deny list, or missing managers/owners), Veza evaluates each selection method in order until an allowed alternate reviewer is found.
The selection_methods array accepts integer or string values representing fallback methods to enable. Enabled methods are evaluated in the specified order.
This enables all four fallback methods in order: reviewer's manager, then fallback reviewers, then workflow creator, then admin.
For example, to enable only the first two methods:
With this configuration, Veza will not fall back to the workflow creator or a system administrator. Rows are left unassigned if no valid manager or fallback reviewer exists.
Get Alternate Reviewer Settings
Retrieve current alternate reviewer selection method settings:
Example response:
get
Authorizations
AuthorizationstringRequired
Veza API key for authentication.
Generate keys in Administration > API Keys.