list_groups
Retrieve groups from the IdP realm with optional target and pagination, returning a truncated flag to indicate additional results.
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 |