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,
i'm currently trying to call the REST API via Python with some query definitions. My problem is that I'm not able to use more than one parameter in the executed query.
When i'm executing the following call it works fine:
https://my-tanant.atlassian.net/rest/api/2/user?accountId=myAccountID
The result here is my one and only Admin Account with all parameters i'm expecting.
But when i'm executing the following call the response is working but it seems like i get all informations out of the API:
https://my-tanant.atlassian.net/rest/api/2/user/search?query=&accountID=myAccountID&maxResults=1000&accountType=atlassian&includeActive=True
Can someone tell me, how to implement more than just one query call?
Is it even possible?
Hello @Himanshi ,
unfortunately thats not exactly what i'm looking for.
I'm trying to get all active users within a defined parameter range.
So i dont want to define the AccountID everytime I send a request.
Hello @Marcel Schmaltz ,
Welcome to Community !
You can try using the user-bulk -get user api call:
This would help you to fetch more users. Please go through the document and try testing this. Hope it would help you.
Have a nice day !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.