-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Workspace - Permissions
-
None
-
2
Previously in legacy workspaces it was easy to see permissions across a workspace on a single screen via Workspace Settings > User Groups - where each group accessed would show clearly which users were members of these groups, and which repositories these groups had access to.
Sample Screenshot:

Currently, in UUM workspaces this view no longer exists (as users are managed in Atlassian Admin).
Enhancement request
It would be very helpful to have the same UI view either in AdminHub or Workspace settings to see explicit user and group permissions.
Workaround
As a workaround, you can use the REST API endpoint below to get that information:
curl --request GET \ --url 'https://api.bitbucket.org/2.0/workspaces/{workspace}/permissions/repositories' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'