Viewing a list of Snap Creator users and assigned profiles by using the CLI
You can view a list of all Snap Creator user accounts that have profiles 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 --profile profile_name --action userListForProfile --verbose
Here is an example:
snapcreator --server localhost --port 8080 --user SCadmin --passwd passwd123 –profile FirstProfile --action userListForProfile --verbose