Exporting user list from your workspace
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
It's possible to export all users from your workspace by using the "Export" button on the upper-right corner of the User Directory page as shown in the screenshot below:

Solution
You can access that page by following the below steps :
Navigate to https://bitbucket.org
In the top-right corner select the gear icon and click on Workspace Settings
On the left side menu, select the User Directory (under Access Management)
Click on the Export button on the upper-right side of the page
You can alternatively directly access the User Directory page using the address :
https://bitbucket.org/<workspace>/workspace/settings/user-directory
ℹ️ Replacing the <workspace> placeholder with the actual workspace ID. i.e. https://bitbucket.org/atlassian/workspace/settings/user-directory
By clicking on that button the system will generate a CSV (comma-separated values) file with the following information:
Public name (for active and inactive users, with "(INACTIVE)" appended to the Public name of inactive users)
Email address,
Last login in UTC,
2SV status (if the user has 2-step verification activated on their bitbucket account),
On Plan (billable or not-billable user indication).
An example output would be as follows:
Public Name | Email Address | Last Login (UTC) | Has 2SV | On Plan |
---|---|---|---|---|
John Doe | johndoe@email.com | 2023-05-10T17:52:21.523639 | yes | yes |
Diana West | dianawest@email.com | 2023-06-08T19:53:21.523639 | no | yes |
Amy Newman (INACTIVE) | amynewman@email.com | 2022-06-08T17:52:21.523639 | no | no |
Was this helpful?