scm list users
![]()
I assume scm list users will list the all the users in the rtc system, it seems not to work I keep getting the following when running the command
H:\>scm --config C:\tools\rtc_login_kjm list users -r https://cognosrtc.ottawa.ibm.com:9443/jazz/ Problem running 'list users': Run the command with --noUserIds option. Try 'scm help list users' for more information. if I put in the --noUserIds option it works H:\>scm --config C:\tools\rtc_login_kjm list users --noUserIds -r https://cognosrtc.ottawa.ibm.com:9443/jazz/ H:\> I am using RTC V3.014 |
2 answers
![]()
Unfortunately there does not appear to be a command to list all the users.
The "list users" requires the "--noUserIds" option and it only lists the users that do not have an id set. This can then be combined with "user set" to set the id for that user. |