Looking for access groups and users on project resources via REST API
miwebb
Member Posts: 2
Hello,
I am looking to, via the REST API, get a project permissions. I can clearly get this information via the UI (with just basic project access)
<JAMA_URL>/perspective.req#/administration
under the "Project Permissions" tab.
But the API only appears to give me a list of all groups, users, but not any bindings for permissions or access controls.
Any tips?
0
Comments
-
Found it via {{BASE_URL}}/rest/labs/projects/<id>/permissions.
Updating / providing the labs REST API spec would be nice.0