-
Suggestion
-
Resolution: Unresolved
There is currently no supported Bitbucket Cloud API endpoint that allows retrieving the email addresses of workspace members. This functionality is available in Jira and Confluence, but appears to be missing from Bitbucket.
Although the /user/email endpoint exists and is documented to work with Connect and OAuth apps (not forge), and it only provides the email of the current authenticated user and does not support access to other users' email addresses in the same workspace.
Feature Request:
Introduce an officially supported API endpoint that allows applications (with appropriate permissions and scopes) to retrieve the email addresses of all users in a given Bitbucket Cloud workspace.
Example use cases include:
- Sending notifications or alerts to workspace members
- Performing automated account-related operations requiring email validation
- Aligning with similar capabilities in Jira and Confluence apps