Find User Account ID in Jira Data Center

Tobias Koch October 4, 2023

Hello Community,

I'm trying to get the Account IDs of some users in our Jira Data Center. I've tried several options: exporting via XML or going to the User Profile. But I can't find the IDs anywhere.

Can someone show me how to find these?

Regards

2 answers

2 votes
Chad Daley January 5, 2024

Hi @Tobias Koch - The closest thing to account ID in Data Center would likely be the user key, ex: JIRAUSER12345. You can retrieve this information for any user via the following API call:

GET:
https://<your-instance-name>/rest/api/2/user?username=<username-here>

More information here:
https://docs.atlassian.com/software/jira/docs/api/REST/9.12.0/#api/2/user-getUser

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 4, 2023

Hello, Good day. I am from Jira cloud team, but I cam across this link : https://community.developer.atlassian.com/t/unable-to-get-the-accountid/44342

Suggest an answer

Log in or Sign up to answer