Using the REST API, How would I find all RTC projects, All users on each RTC project, And all the user roles (including Admin) for each user on each RTC project
I need to get a list of all Projects, All the Users on the Each project, and all the roles of each user on that project including if they are an Administrator of the Project.
Using the REST API I can get a list of Projects, I can get a List of users, I can get a list of users on the Projects. I get a list of Roles (not including Admin), and I can get a list of roles on the Projects.
But I cannot seem to get a list of all Projects, All the Users on the Each project, and all the roles of each user on that project including if they are an Administrator of the Project via the REST API. Can anyone please assist?
I would prefer one line URI, but if it needs to be broken into multiple URI lines as long as there is a Linkage I can mash them together in another application.
Thank You Gratefully for Your Assistance...
Accepted answer
Comments
Thank You Elisabeth, I appreciate your response. I am hoping that someone can point out how to get the Admin as well or even separately and then I can put them together.
I actually found this as well, but it did not have the Admin, I should have mentioned this so I did not waste your time, but I am grateful for the confirmation...Thank You Very Much For Your Asssitance
One other answer
Unfortunately, You must use two separate REST API URIs
***** One to get the Users as Pointed out by Elisabeth above, but with some modifications for other values
***** And another to get the Admins
https://clm:9443/ccm/rpt/repository/generic?fields=generic/com.ibm.team.process.ProjectArea/(archived|itemId|name|internalAdmins/userId|internalAdmins/name|internalAdmins/emailAddress|internalAdmins/archived)&size=100000