Determine project area access control configuration via API
Hello,
I try to read the "Access control" configuration of a specific project area via API (Everyone, No one, Member of the project area hierarchy, etc...). There is a method "IProjectArea.getReadAccessList()" which gets me the list for the optional access list (so this API gets into this domain), but not more.
I try to read the "Access control" configuration of a specific project area via API (Everyone, No one, Member of the project area hierarchy, etc...). There is a method "IProjectArea.getReadAccessList()" which gets me the list for the optional access list (so this API gets into this domain), but not more.
Accepted answer
I don't believe there is a an exposed Java API to read the access list. You should be able to achieve your goals using the REST API. Please refer to the following page (section "Read Access List") for more information:
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi
Best regards,
-Vlad
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi
Best regards,
-Vlad