Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Option 1: From the Jira instance/ browser:

Admin can export all the user details from Jira using his/her account. Please follow the steps mentioned in this Atlassian documentation.

Another alternative way to fetch the user details is from the browser itself. Follow the below-mentioned steps to fetch the details of users using their account ID:

Step 1: Log in to your Jira instance.

Step 2: Open another tab and paste the below URL. Please update the URL with the base URL of your cloud instance and add the AccountID of the user for which you would like to fetch the user details.

https://your-domain.atlassian.net/rest/api/3/user?accountId=<AccountID of the user>

Note: The above URL will provide only the user details as per the provided account id.

Option 2: API call:

In case you want to use API calls to fetch the user details, follow the below-mentioned steps:

Step 1: Log in to your Jira instance.

Step 2: Get your API Key using this help guide link. Note the API Key.

...