Delegate Reviewers
Configure delegate Veza users who will be assigned as certification reviewers whenever a specified user would have been assigned.
Last updated
Was this helpful?
Configure delegate Veza users who will be assigned as certification reviewers whenever a specified user would have been assigned.
Last updated
Was this helpful?
GET
List User Delegations
/api/preview/awf/delegation/users
POST
Add User Delegations
/api/preview/awf/delegation/users:add
POST
Remove User Delegations
/api/preview/awf/delegation/users:remove
Administrators can configure delegate reviewers for who would otherwise be assigned or auto-assigned to certification results. Specifying a delegate reviewer for another Veza user allows them to fulfill the responsibilities of that user — for example, if a manager is on leave, out-of-office, or otherwise unavailable.
Any certification items assigned to the original reviewer are also assigned to the delegated reviewer.
Delegate reviewers are notified of the assignment and receive notifications in place of the original reviewer. They can review and sign-off on any results assigned to the original reviewer.
The original reviewer can still act on results, but will not receive assignment or reminder emails.
The JSON payload contain pairs of original and delegate . You can use to get all the required details for reviewers assigned to a certification.
Add delegation for Veza system users:
A successful response will be empty.
Add delegation for Okta users (with IdP settings configured):
A successful response will list all configured delegations, contained in a values
array:
To remove delegations, post the configuration to /api/preview/awf/delegation/users:remove
.
A successful response will be empty.
You can map both local Veza users and identities from an .
Note that this assumes the IdP setting are configured to use "idp_unique_id" to correlate identities, as in the Okta example .