Feed URL to list members in projects
![](http://jazz.net/_images/myphoto/521f202296db092749907facb80f74f3.jpg)
Is there is any feed url that can be used at the server level where It can list the all the projects in the Server and the respective member list ? If not is there any thing that can list members of each project?
If not Feed URL is there any other way this information can be retrieved
Thanks .
2 answers
![](http://jazz.net/_images/myphoto/521f202296db092749907facb80f74f3.jpg)
You can GET a feed of project areas using the RQM Reportable API:
https://jazz.net/wiki/bin/view/Main/RqmApi#Project_Feed_Service
However, this feed does not contain any user information. You can GET the Jazz project resource (Accept = text/json) from the feed/entry/content/project/projectArea/href (requires
https://jazz.net/wiki/bin/view/Main/RqmApi#Project_Feed_Service
However, this feed does not contain any user information. You can GET the Jazz project resource (Accept = text/json) from the feed/entry/content/project/projectArea/href (requires
abbreviate=false)
?