Access Review Settings

API operations for customizing the behavior and functionality of Veza Access Reviews.

Use these APIs to configure Access Reviews Settings for Veza Access Reviews.

The settings that can be configured by a Veza administrator are:

For each endpoint, a GET request returns the current setting, and a PUT request updates the setting. Use your unique Veza URL and API key (see Authentication) in your request, for example:

curl -X PUT 'https://your-organization.vezacloud.com/api/private/workflows/access/global_settings/cert_completion_settings' \
-H 'authorization: Bearer mZ1eqKMACtP...' \
-d '{"value": "AUTO_COMPLETE_DISABLED"}'

Postman Collection

Use the Postman collection as an alternative to cURL commands for testing and configuring Veza Access Reviews global settings:

Import Instructions

To import the collection into Postman:

  1. Open Postman and click Import in the sidebar

  2. In the Import modal, click Choose Files

  3. Select the access-reviews-global-settings.postman_collection.json file

  4. Click Import to complete the process

  5. The collection appears in your Collections tab

Configure Variables

Before using the collection, configure these required variables on the Variables tab:

Variable
Description
Example

baseUrl

Your Veza instance URL

https://your-organization.vezacloud.com

apiToken

Veza admin user API key

mZ1eqKMACtP...

Workflow ID

Specific review configuration ID (optional)

8ae1c414-3a76-46cb-950a-925316b3f264

The collection uses Bearer token authentication. Your apiToken variable automatically populates the Authorization header for all requests.

Last updated

Was this helpful?