authentik_read
Query Authentik data with read-only operations. List users, groups, and more by specifying an operation and optional parameters.
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 |