Adding a User to a Group
On Private Cloud Appliance, users must be members of groups to have access to resources.
-
In the Compute Web UI navigation menu, select Identity, then select Groups.
-
Select the name of the group where you want to add users.
-
On the details page, under Resources, select Group Members.
-
At the top of the Group Members list, select Add User to Group.
-
In the Add User to Group dialog box, select a user from the drop-down list, and then select OK.
The selected user is added to the Group Members list.
-
Use the oci iam group add-user command and required parameters to add a user to a group.
oci iam group add-user --group-id group_OCID --user-id user_OCID [OPTIONS]For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the AddUserToGroup operation to add a user to a group.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.