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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello folks,
I'm trying to figure out how to check for user-level API keys and i'm not finding the ability to request this data in bulk (I need to do this prior to deactivating a bunch of accounts in Atlassian Access).
This would be fine as I'd just send 1000+ API requests (user management API) in quick succession, however, I'm running into code 429 issue (rate limit exceeded) after sending ~45 or so requests... this is really strange because I was able to send over 1700 "deactivate user" requests (orgs API) in quick succession without any issues. My problem is that I can't neither send an array of userIDs, not can I send single userID requests in quick succession.
Is waiting X number of seconds between each single userID request really my only option here?
Thank you,
Andrey