Hi there,
I am using the Rest API of Jira Cloud and I want to get all the active users in my company. I have found the method Get all users that return active and inactive. A colleague told me that I should use the following data parameter structure:
data = { 'username': '.', 'includeInactive':'false'}
I have search in the documentation where is the explanation about it but I couldn't find it. I apprecciate some help. Thank you!
Hi @Ignacio Estaun Welcome to the Atlassian Community!
Can you try includeInactiveUsers parameter and see if that works ?
Hi, thank you for you answer. However, I already have the solution, what I want is the documentation that shows the keyword.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great, if you don't mind please share the solution, it will help other members having similar query. I can search that keyword on this page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
data = { 'username': '.', 'includeInactive':'false'}
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.
how is the query structure? is it supposed to be part of the GET query parameters or header? Can you please share the details?
Thanks
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.