List which users have repository permissions as JazzAdmins
Accepted answer
Thanks Ralph.
I did in a diferent way.
I performed a repotools command on JTS server.
./repotools-jts.sh -exportUsers repositoryURL=https://<URL>/jts adminUserId=<ADMINUSER> adminPassword=<ADMINPASSWD>
The command has generated a .txt with all users, and than I did a grep for the jazzadmins ones.