In RQM 5.0 what is the REST API available to check the role of an user
One answer
The Process REST API should give you what you're looking for:
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi
Comments
I tried this query
https://owc-s4.us.dst.ibm.com:9446/qm/service/com.ibm.rqm.integration.service.IIntegrationService/process/TSR+Testing/member
However it gives me a not implemented error. (501). What is the complete URI to get the members of a project area along with their respective role?