How to get list of RRC project users
3 answers
Hi,
There is an HTTP command that you can execute to get this information. If you append the string "/members" to the end of the project area URL, this should give you the information you are looking for. (Note: For an RRC project area in 4.x releases, the context root of the project area URL will be "/jts"; in 5.x releases, the context root will be "/rm")
ex)
Hope this helps,
Mike Jaworski
Comments
Thanks Michael for the reply but "/rm/process/project-areas/" doesn't work. I get this error
"Error 403: CRJZS0040E No REST service handler is registered for the following path: "
Thanks,
Hi,
What release of RRC are you using? Please note in my answer that I mentioned your project area will have a /jts context root in 4.x releases.
Thanks,
Mike
Could you also please post the URL you are attempting to use here? Feel free to sanitize the hostname for anonymity.
Wonderful link.
Now, where do we get the list of projects for RM?
Now, where do we get the list of projects for RM?
Comments
For RRC/RDNG 5.0.x
https://<server>:<port>/rm/oslc_rm/catalogFor RRC 4.0.x
https://<server>:<port>/rm/discovery/RMCatalogAlways start with /rm/rootservices and look for "ServiceProvider" if you don't know where to start.