List by Action Type
Find lifecycle management datasources that support specific action types and entity relationships
Endpoint
GET /api/v1/providers/datasources/lifecycle_managers:by_action_typeDescription
Returns Lifecycle Management datasources filtered by their supported action types, entity types, and relationship types. This endpoint helps you find datasources that can perform specific lifecycle management operations.
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
OK
Default error response
Query Parameters
action_type
integer
Optional
Filter by specific LCM action type. See Action Type Values below. See OpenAPI schema for details.
entity_type
string
Optional
Filter by entity type that the datasource can work with
relationship_type
string
Optional
Filter by relationship type that the datasource can manage
Action Type Values
0
NONE
1
SYNC_IDENTITIES
2
MANAGE_RELATIONSHIPS
3
CREATE_EMAIL
4
DEPROVISION_IDENTITY
5
ACCESS_PLAN
6
WRITE_BACK_EMAIL
7
PAUSE
8
SEND_NOTIFICATION
9
CUSTOM_ACTION
10
CREATE_ENTITLEMENT
11
CREATE_ACCESS_REVIEW
12
RESET_PASSWORD
13
DELETE_IDENTITY
Request Examples
Response Examples
Standard Response:
Last updated
Was this helpful?
