Create Access Request

Create access requests to grant or revoke entitlements

Overview

Creates a new access request to grant or revoke entitlements, or to create/update user accounts.

post
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
Body
request_typeinteger ยท enumOptional
reasonstringOptional
datasource_idstringOptional
assignee_entity_typestringOptional
assignee_entity_idstringOptional
target_entity_typestringOptional
target_entity_idsstring[]Optional
request_sourceinteger ยท enumOptional
request_source_idstringOptional
identity_idstringOptional
access_profile_idstringOptional
jit_duration_in_secondsinteger ยท int32Optional
explanationstringOptional
Responses
200

OK

application/json
post
/api/private/lifecycle_management/access_requests

Examples

Grant Access to Groups or Roles

Create or Update User Account

Revoke Access

Response

Last updated

Was this helpful?