| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Adds one or more users to a group.
iam-groupadduser -g
GROUPNAME [-u
USERNAME ...]
| Name | Description | Required |
|---|---|---|
|
|
Name of the group to add the user to. Type: String Default: None |
Yes |
|
|
Name of the user to add. To add multiple users, you can repeat this option. Type: String Default: None |
Yes |
If the command is successful, the output is empty.
The following example adds the users Jill and Jason to the group called Test.
PROMPT> iam-groupadduser -g Test -u Jill -u Jason