Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Reference > Supported commands
User and group management commands
Virtual member manager provides a set of commands you can use to manage users and groups.
The virtual member manager commands are integrated into the Admin Command Framework (ACF) provided by WAS. For more information about this command framework, see the WAS information center.
To view the help information for the command group, issue the following command in wsadmin:
$AdminTask help WIMManagementCommands
- createUser command
Use this command to create a new user.- deleteUser command
Use this command to delete a user.- searchUsers command
Use this command to search for users.- getUser command
Use this command to view information about a user.- updateUser command
Use this command to modify the properties of a user.- createGroup command
Use this command to create a new group.- deleteGroup command
Use this command to delete a group.- searchGroups command
Use this command to search for groups.- getGroup command
Use this command to view information about a group.- updateGroup command
Use this command to modify the properties of a group.- addMemberToGroup command
Use this command to add a member to a group.- removeMemberFromGroup command
Use this command to remove a member from a group.- getMembersOfGroup command
Use this command to view a list of the members of a group.- getMembershipOfGroup command
Use this command to view a list of the groups that a group belongs to.- getMembershipOfUser command
Use this command to view a list of the groups that a user belongs to.- duplicateMembershipOfGroup command
Use this command to give a group the same group memberships as another group.- duplicateMembershipOfUser command
Use this command to give a user the same group memberships as another user.
Parent topic: Supported commands