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