Reputation: 10368
I have a private repository and I have invited several users to let them get the code. Now I want to see the which users could do that.
But I cannot find a way to list all the users that are able to access this repository. Anyone could help?
And how can I revoke the access invitation?
Upvotes: 16
Views: 20457
Reputation: 4348
As of February 2022, this is how you can see the users in your Bitbucket workspace.
https://bitbucket.org -> {workspace} -> Settings -> Users on plan
or
https://bitbucket.org/{username} -> Settings -> Users on plan
or
https://bitbucket.org/{username}/workspace/settings/plan-users/
Upvotes: 2
Reputation: 50667
Go to your repo's Setting/Administration page
> Access management
.
It will list all the users and groups who have the right there.
And you can also delete the access right for given user or group there.
It's repo | Settings | User and group access
Upvotes: 23
Reputation: 1014
It is moved to other section. Try PLANS AND BILLING
> Plan details
Upvotes: 7