Viewing Snap Creator users assigned to a role by using the CLI
You can view a list of all the Snap Creator users assigned to each role by using the command-line interface (CLI) only.
-
Enter the following command:
snapcreator --server host_name --port port_number --user sc_user_name --passwd sc_passwd --action userListAssigned --roleName role_name --verbose
Here is an example:
snapcreator --server localhost --port 8080 --user SCadmin --passwd passwd123 –-action userListAssigned –rolename ADMINISTRATOR –verbose