I'd like to generate reports that combine user activity from BitBucket, AWS, and a few other services. How can I get a users weekly activity through the BitBucket API?
I've read through the documentation on the v2 REST APIs, but even this simple example is returning a 401 error:
$ curl --user buserbb:2934dfad https://api.bitbucket.org/2.0/user/repositories
I'm using an "app password" in my request. Our account is using SSO integrated with Microsoft O365, could that be causing the issue?
Hello @Jonathan Buys,
Thanks for reaching out.
Unfortunately, there's no user activity audit feature in Bitbucket.
As for the endpoint you mentioned, our docs seem wrong. There's no such endpoint. If you are getting 401 back, the username and password provided are invalid. If you pass the right credentials, you'll get 404 back.
I guess the endpoint that was meant to be in that doc is this one:
https://api.bitbucket.org/2.0/user/permissions/repositories
Or maybe this one (the description is a bit ambiguous):
https://api.bitbucket.org/2.0/repositories/<user>
I'll get that doc issue fixed.
I'm using an "app password" in my request. Our account is using SSO integrated with Microsoft O365, could that be causing the issue?
You're doing it right. When integrated with SSO, you can't use your regular credentials, app password or OAuth consumer are the ways to go. But if you're still getting 401 back, you seem have misspelled your username and/or password.
Hope this helps.
Cheers,
Daniil
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.