Add one member to a Scaleway IAM Group
scaleway_iam_add_group_memberAdd a user, an application, or both to an IAM group to grant them all permissions attached to that group immediately, while preserving existing group members.
Instructions
Add one User and/or one Application to a Group in a single call (both may be given at once - it's not either/or). Grants that member every permission any Policy attaches to this group's group_id, immediately. Existing members are preserved. Refuses Scaleway-managed/special or non-editable groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | A human User's id to add/remove. | |
| group_id | Yes | Group ID, from scaleway_iam_list_groups. | |
| application_id | No | An Application's id to add/remove. |