Get user account ID via API from email/username
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.
The Organizations REST API Developer - Get users in an organization results in an empty JSON array when using the following API endpoint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be nice if this was pointed out in the API documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.