Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to find out email address of users in my team

I want to find out email addresses of users in my team, I can get their usernames but unable to get the email addresses. I have admin rights on all my teams.

I have tried the below URL but I get 403 Forbidden error. https://confluence.atlassian.com/bitbucket/emails-resource-296911737.html

like image 531
Gaurav Avatar asked Oct 18 '22 21:10

Gaurav


1 Answers

One cannot access the email addresses of other users on Bitbucket. Email addresses are considered somewhat private.

That (deprecated) endpoint is used to retrieve you own address (in which case the username can be omitted from the URL), or the email address registered on a team account that you are an admin of.

Note that the latter is no longer applicable, as we dropped the ability for team accounts to have email addresses.

To contact a team's admins, you can send a message to the team, which Bitbucket will relay to all admins. Messages can be sent through the INBOX page.

Note that the non-deprecated way to access the current user's email addresses is: https://api.bitbucket.org/2.0/user/emails

like image 86
Erik van Zijst Avatar answered Nov 02 '22 05:11

Erik van Zijst