Working with user groups

consolecli commands for working with user groups.

The consolecli commands are entered in the DASH_HOME/bin directory.
ListGroupsFromRole --roleName role_name
List the user groups associated with a specified role.
MapGroupsToRole --username console_username --password console_user_password --roleName role_name --groupsList group_name1: group_name2
Associate a colon (:) separated list of groups with a particular role.
Note: Arguments to the groupsList parameter should not include a colon (:).
RemoveGroupsFromRole --username console_username --password console_user_password --roleName role_name --groupsList group_name1: group_name2
Disassociate a colon (:) separated list of groups from a particular role.