authentik_write
Create or update Authentik resources such as users, groups, apps, and tokens without destructive changes. Specify an operation and parameters to manage identity provider configurations.
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 |