group_members
List users in a given group as normalized rows, with pagination control and explicit truncation status to ensure complete results.
Instructions
[READ] Members of one group, normalized user rows.
Args: group_id: Group id, from list_groups. max_results: Page bound (default 200). target: IdP target name from config; omit for the default.
Returns {"members": [...], "returned": N, "limit": L, "truncated": bool}, with truncated measured rather than guessed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| group_id | Yes | ||
| max_results | No |