authentik_write
Create or update Authentik identity provider resources like users, groups, apps, tokens, and flows via defined operations.
Instructions
Create or update Authentik resources (non-destructive). Application/flow access gating (policy bindings) is in authentik_flows_write.
Call with operation="help" to list all available write operations. Otherwise pass the operation name and a JSON object with parameters.
Example: authentik_write(operation="CreateUser", params={"username": "alice", "name": "Alice"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |