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.
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.