Working with users

consolecli commands for working with users.

ListUsersFromRole --roleName role_name
List the users associated with a specified role.
MapUsersToRole --username console_username --password console_user_password --roleName role_name --usersList user_ID1:user_ID2
Associate a colon (:) separated list of user IDs with a particular role.
Note: Arguments to the usersList parameter should not include a colon (:).
RemoveUsersFromRole --username console_username --password console_user_password --roleName role_name --usersList user_ID1:user_ID2
Disassociate a colon (:) separated list of user IDs from a particular role.