List all Users in a Jazz database
![]()
Hi,
is there a utility/API etc that can be used to list all users defined to a Jazz server? We use both LDAP and none LDAP users and all versions or RTC / RQM. Looking at the databases there does not seem to be a nice table to select from. Any assitance would be great. ta Mark. |
4 answers
![]()
Yes, this was added in 2.0.0.1.
You can use repotools -help to view all the repotools commands supported. --- Balaji Hi, |
![]()
Hi,
I have tried to use repotools -exportUsers toFile=users.csv against our 2.0 RQM but it is not reconnised command. Is this just in 2.0.0.1 ??? ta Mark. |
|
![]()
You can use repotools -exportUsers toFile=users.csv file to get the list of all the users in the database. This command also exports the roles associated with the user and licenses assigned to the user.
The repotools commands are bundled with the server.zip. repotools -exportUsers command is a remote command that can be executed against a running server. --- Balaji Hi, |