viewRoles CLI command
Use the viewRoles command to display all of the defined roles in the library and the number of users with that role.
Syntax
viewRoles -ssl > <output-filename.csv>
Parameters
- -ssl
- Required if SSL (HTTPS) is enabled.
- > <output-filename.csv>
- (Optional.) Instead of sending the command output to your display, this option sends the output to a .csv (comma-separated variable) file that can be opened and saved in a spreadsheet. By default, the file is saved in the directory where the CLI jar file is stored. To save the file in a different directory, specify the path to that directory.
Example command
viewRoles
Example output
Role, Mapped users
Administrator, 12
Superuser, 0
Service, 1
Monitor, 1