The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Rishabh Sahani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events