How Can I get a list of users with a specific role?
One answer
It should be quite easy to show the role assignments using the reportable API.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI
https://clm:9443/ccm/rpt/repository/foundation?fields=foundation/projectArea/roleAssignments/*/*The above URL should show you in all project areas the users (at the project area level) with all the associated roles. You can do further filtering when you get familiar with the API.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI
Comments
Don Yang
Mar 23 '16, 7:25 p.m.Have you checked: https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi
and https://jazz.net/library/article/633 ?