list_groups
Retrieve identity realm groups with paginated results and precise truncation detection.
Instructions
[READ] Groups in the realm.
Args: max_results: Page bound (default 200). target: IdP target name from config; omit for the default.
Returns {"groups": [...], "returned": N, "limit": L, "truncated": bool}, with truncated measured rather than guessed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| max_results | No |