Using 2.0 Rest API, how can I get list of all Users under my organization?
I have a task to list all users and filter to selected user and get all related information like repos, commits, pr's etc.
I tried:
https://developer.atlassian.com/bitbucket/api/2/reference/resource/users
-->2.0/users: Resource not found
-->2.0/users/{myusername}: 404 error
-->2.0/users/{myusername's UUID}: Works good for any valid UUID. not only my uuid, but my colleagues also works.
-->2.0/user/: Works (logged in user details)
Hi Sunil,
At the moment there isn't a version of API 2.0 for this task. However, The 1.0 API might help you
https://confluence.atlassian.com/bitbucket/groups-endpoint-296093143.html
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.