List Scaleway IAM Groups
scaleway_iam_list_groupsRetrieve all IAM groups in your Scaleway organization, including preset and managed groups, with optional filters for exact name, tags, or member IDs.
Instructions
List Groups in the Organization, including Scaleway's preset groups (Administrators/Editors/Billing Administrators) and any special managed groups. 'name' is an EXACT match, not a substring filter. Array filters (group_ids/user_ids/application_ids) narrow to groups matching ANY of the given ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter to groups carrying this exact tag. | |
| name | No | Exact group name to filter by. | |
| order_by | No | ||
| user_ids | No | Only groups containing any of these users. | |
| group_ids | No | Only these group ids. | |
| application_ids | No | Only groups containing any of these applications. |