Welcome to the Jazz Community Forum
How do I get a list of all members of a project area (RTC 5.0.2)

3 answers

Hi,
I use the following Reportable REST API to get the list of members of JKE Banking project area :
https://rtc602.ibm.com:9443/ccm/rpt/repository/foundation?fields=projectarea/projectArea[name="JKE Banking (Change Management)"]/(name|teamMembers/(userId|name))
hope this helps.
Regards,
Dinesh
I use the following Reportable REST API to get the list of members of JKE Banking project area :
https://rtc602.ibm.com:9443/ccm/rpt/repository/foundation?fields=projectarea/projectArea[name="JKE Banking (Change Management)"]/(name|teamMembers/(userId|name))
hope this helps.
Regards,
Dinesh

Hi Claudio,
Maybe u can write simple java code for "which user have which roles" question.
Please check this link.