Update Access Profile Labels
Update the labels assigned to an access profile
Endpoint
PATCH /api/private/lifecycle_management/access_profiles/{id}Description
Updates the labels assigned to a specific access profile. Labels help categorize and organize access profiles for easier management and filtering.
Common label usage patterns:
Categorization (e.g., "development", "production", "sensitive")
Request workflow (e.g., "requestable", "auto-approved")
Business function (e.g., "finance", "engineering", "sales")
API Reference
Bearer token authentication using a Veza Personal API key.
Header Format: Authorization: Bearer <your-api-key>
Creating an API Key:
- Log into your Veza tenant
- Navigate to Administration โ API Keys
- Generate a new API key and save the value securely
The version that is currently live and running
The version that is being edited and in draft form (0 if there is none)
The access request policy that is associated with the access profile
Last time the profile was synced with the target
Sets if this profile is allowed to sync or not, this is only allowed if the type's create_entitlement_based_on_profile is true
The Job IDs for the last time it was synced
The identity that created the access profile
If the sync job failed what is the error message
If set, the UI should not make this an option for adding to a manage relationship
OK
Default error response
Request schema
Path parameters
id
string
Required
Unique identifier of the access profile
Request body
labels
array
Required
Array of label strings to assign to the access profile
Request Examples
Response Examples
Last updated
Was this helpful?
