You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I have a SYS. ADMIN user.
I created an HTTP access tokens for this user with "PROJECT READ" & "REPOSITORY READ" permissions.
When I try to GET https://bitbucket.url/rest/api/1.0/projects/XXXXX/permissions/users with the user / token, I get
{ "errors": [ { "context": null, "message": "You are not permitted to access this resource", "exceptionName": "com.atlassian.bitbucket.AuthorisationException" } ] }
When I use the user / password (instead of the read only token), I get the correct answer.
Why an admin user, with a read only token, can't access this ressource ?
Not being able to PUT, DELETE, this is logical, but why can't I use GET ?
Regards,
Yann