You can use the command-line interface (CLI) to create and work with users and user groups.
To create and work with user groups, follow these steps:
svctask mkusergrp -name group_name -role role_name -remotewhere group_name specifies the name of the user group and role_name specifies the role that is associated with any users that belong to this group. The remote parameter specifies that the group is visible to the remote authentication service.
The command returns the ID of the user group that was created.
svctask chusergrp -role role_name -remote yes | no group_id_or_namewhere role_name specifies the role that is associated with any users that belong to this group and group_id_or_name specifies the group to be changed. The remote parameter specifies whether the group is visible to the authentication server.
svctask rmusergrp -force group_id_or_namewhere group_id_or_name specifies the group to delete. The force parameter specifies to delete the group even if there are users in the user group. All users that were assigned to this group are assigned to the Monitor group.
svcinfo lsusergrp usergrp_id_or_namewhere group_id_or_name specifies the user group to view. If you do not specify a user group ID or name, all user groups on the cluster are displayed.