Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get user account ID via API from email/username

ksa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 8, 2019

Get user account ID via API from email/username

2 answers

1 accepted

4 votes
Answer accepted
Diego
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 9, 2019

Hello there, @ksa !

Since GDPR struck, many changes were needed to make our environment compliant with it. One of those changes includes the privacy of user-related information, such as names and emails.

Currently, I believe that the fastest way to acquire such userIDs is by exporting the user list of your instance. This procedure is explained here:

If your users are from the same domain or from a multitude of domains of which you happen to have access, you could verify those in your Organization side. Here is how you verify them:

After the domains are verified (if you needed to verify them), we can use our REST API endpoints to get the necessary user info. Here is more information on the tooling to do this:

I hope this clears the skies for you a little bit, Kasia! Looking forward to your reply.

Ryan Hilliker
Contributor
August 12, 2021

The Organizations REST API Developer - Get users in an organization results in an empty JSON array when using the following API endpoint

https://api.atlassian.com/admin/v1/orgs/{orgId}/users

Like # people like this
Adam Martin October 25, 2021

I'm seeing the same thing.  Anyone figured out what is up?

b'{"data":[],"links":{"self":"https://api.atlassian.com/admin/v1/orgs/{orgId}/users"}}'

I got a 200 reply, but the data array is empty where there should have been 2800ish users.

Like Craig Anderson likes this
Adam Martin October 25, 2021

The org MUST have verified domains for the user pull to work.  I switched to an instance that has and then I got the user data.

Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 25, 2021

Hello All,

To follow-up to resolve the confusion, if you're able to get a 200 and valid response from the endpoint then chances are the Org you're requesting against does not have managed users or a verified domain. More on this may be found at Organizations REST API - Get users in an organization returns an empty list.

To verify your domain and thus manage your accounts, please follow Verify a domain to manage accounts.

Regards,
Stephen Sifers

Like # people like this
Craig Anderson
Contributor
January 5, 2023

It would be nice if this was pointed out in the API documentation.

0 votes
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 9, 2019

Hello Kasia, and welcome to the Community!

We appreciate you reaching out in regards to the API changes which return account ID where they used to return username. The information you’re referring to can be found within the deprecation notice which is located at Deprecation notice and migration guide for major changes to Confluence Cloud REST APIs to improve user privacy.

If you want to return to a users User ID then we would suggest using the following endpoints to get a users User ID / Account ID:

  1. GET /wiki/rest/api/user/bulk/migration
  2. GET /wiki/rest/api/user

The first endpoint will allow you to return a user with their account ID. From there, you will pass said account ID over to the second endpoint, which will allow you to return the users User ID then.

I hope this information proves helpful and you’re able to access the user information you need via the REST API.

Regards,
Stephen Sifers

David Orazine April 14, 2020

Stephen,

Those links seem to be old. Do you have updated ones?

Do you suggest I keep a table locally to lookup account IDs?

 

Thanks,

David

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events