Managing user roles in project area with REST API?
Is it possible to manage user project area roles through REST API?
To clarify, we have an existing system which manages user and projects, and I'd like to integrate RQM projects with our existing system.
|
Accepted answer
You can add, modify or delete roles from a user using the REST API.
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi#Project_Areas BTW the Java API also offers some user management possibilities: Automate management of Rational Team Concert users http://www.ibm.com/developerworks/rational/library/automate-management-rational-team-concert-users/index.html?ca=drs- Rophy Tsai selected this answer as the correct answer
Comments Here is an example of how you might update a user role using cURL:
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.