Manage Global Settings

Configure global settings for Access Requests

Overview

Manages system-wide Access Request settings that control approval workflows and auto-grant behavior.

patch
Authorizations
AuthorizationstringRequired

Bearer token authentication using a Veza Personal API key.

Header Format: Authorization: Bearer <your-api-key>

Creating an API Key:

  1. Log into your Veza tenant
  2. Navigate to Administration โ†’ API Keys
  3. Generate a new API key and save the value securely
Query parameters
update_maskstring ยท field-maskOptional
Body
enabledbooleanOptional
available_explanationsstring[]Optional
deny_requestersstring[]Optional
deny_approversstring[]Optional
actions_require_sso_logininteger ยท enum[]Optional
Responses
200

OK

application/json
patch
/api/private/lifecycle_management/access_requests/settings

Examples

Enable Access Requests with Auto-Approval

Response

Enable with Manual Approval

Get Current Settings

Last updated

Was this helpful?