Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BitBucket: How to list the users I have invited to my project

Tags:

bitbucket

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?

like image 296
Robin Avatar asked Mar 04 '14 07:03

Robin


People also ask

How can I see who has access to my Bitbucket repository?

Go to Settings > Permissions for the repository. Click in the Add Users or Add Groups fields in the relevant section to search for, and bulk add, users or groups. Choose a permission from the drop-down list, then click Add.

How do I see members of a Bitbucket group?

From within their Profile Navigate to Settings > Access Management - User groups. On the right side you should see all groups the user is a member of. Alternatively, you can manage your BitBucket Cloud users and groups with Teams within BitBucket.

How do I manage users in Bitbucket?

Go to settings of the repo and choose 'Branch Management'. Here you can give write access to specific branches to any users or groups you want. All of the rest branches will have write access from all of the users and groups (who have write access in general).

How do I invite someone to a project in Bitbucket?

Click Repository settings in the left sidebar navigation of the Bitbucket repository. Click User and group access on the left sidebar navigation. Select the Add members button. Enter the Bitbucket user's name or email address in the text box.


2 Answers

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.

EDIT 2019

It's repo | Settings | User and group access

like image 53
herohuyongtao Avatar answered Oct 12 '22 15:10

herohuyongtao


It is moved to other section. Try PLANS AND BILLING > Plan details

like image 34
Dody Rachmat Wicaksono Avatar answered Oct 12 '22 16:10

Dody Rachmat Wicaksono