authentik_read
Query Authentik identity provider data safely with read-only operations. Specify an operation and JSON parameters to retrieve users, groups, apps, tokens, flows, and policy bindings.
Instructions
Query Authentik data (safe, read-only). Policy bindings (app/flow access gates) are in authentik_flows_read.
Call with operation="help" to list all available read operations. Otherwise pass the operation name and a JSON object with parameters.
Example: authentik_read(operation="ListUsers", params={"search": "admin"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |