-
Suggestion
-
Resolution: Unresolved
-
19
-
Issue Summary
Currently, it is possible export all users from your workspace, but there isn't a REST API to support this feature. We want to know which users are active (on plan) and which are inactive (not on plan). We have tried the following APIs but none of these provide the required detail:
- https://api.bitbucket.org/2.0/users/\{selected_user}
- https://api.bitbucket.org/2.0/workspaces/\{workspace}/members
- https://api.bitbucket.org/2.0/workspaces/\{workspace}/members/{member}
- https://api.bitbucket.org/2.0/workspaces/\{workspace}/permissions
We are looking for a similar output as we get from the ‘export users’ button from the dashboard. Therefore we recommend implementing a REST API that provides this functionality, allowing you to easily identify which users are active (subscribed to a plan) and which are inactive (not subscribed to a plan).
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- duplicates
-
BCLOUD-23675 REST API for Exporting User List
- Closed