Skip to main content
Snap Creator Framework

Viewing Snap Creator users assigned to a role by using the CLI

Contributors NetAppZacharyWambold

You can view a list of all the Snap Creator users assigned to each role by using the command-line interface (CLI) only.

  1. 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