Delegate Reviewers
Configure delegate Veza users who will be assigned as certification reviewers whenever a specified user would have been assigned.
Method | Operation | syntax |
---|---|---|
GET | List User Delegations |
|
POST | Add User Delegations |
|
POST | Remove User Delegations |
|
Administrators can configure delegate reviewers for managers 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.
Examples
Add user delegations
The JSON payload contain pairs of original and delegate Workflow Users. You can use List Reviewer Infos to get all the required details for reviewers assigned to a certification.
Add delegation for Veza system users:
A successful response will be empty.
You can map both local Veza users and identities from an integrated identity provider.
Add delegation for Okta users (with IdP settings configured):
Note that this assumes the IdP setting are configured to use "idp_unique_id" to correlate identities, as in the Okta example here.
List user delegations
A successful response will list all configured delegations, contained in a values
array:
Remove user delegations
To remove delegations, post the configuration to /api/preview/awf/delegation/users:remove
.
A successful response will be empty.
Last updated