Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to get the users with individual access to the project or repositories?

Rishabh Sahani February 9, 2022

I have too many projects under bitbucket, I need to get to know the users that have individual access to the project or the repositories.

1 answer

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 13, 2022

Hi @Rishabh Sahani

Welcome to the community.

I'm afraid there's no option to view this on Bitbucket Cloud UI at the moment.
You can, however, leverage our API 2.0 endpoints in order to get your required data points.

To view all repository permissions for a workspace:

GET /2.0/workspaces/{workspace}/permissions/repositories

Reference: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-permissions-repositories-get

To view a repository permissions for a workspace

GET /2.0/workspaces/{workspace}/permissions/repositories/{repo_slug}

Reference: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-permissions-repositories-get

Hope it helps and let me know if you have further questions.

Regards,
Mark C

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events