Hello, I am using the Atlassian User Management REST API to fetch all active users in my directory, but it is only returning 50 users.
I am trying to retrieve all users in out Atlassian Cloud org using the Admin API, here is my core logic. I removed tokens and company specific info.
def fetch_atlassian_users():
Logging.info("Fetching Atlassian users")
token = ""
org_id = ""
headers = {
"Authorization": f"Bearer {token}",
"Accept": "application/json",
}
Hey @Jackson Kelley
You can look in my Python library to see how this is implemented or use it to get the information you want.
Is this just getting users from Jira or from the Atlassian directory?
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.