Is it possible to export a list of users and its permissions on each EWM project?
4 answers
Hi Vitor,
There is no report or place out of box that will support this request. You can create your own report or application that will display such a information.
Below example what I have created some time ago.
For ELM API documentation start from here https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
The Process API https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi is how you can get for example details of permissions for roles in a PA, and PA members and their roles.