It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi guys,
I am using Crowd client java library. Now I need to import users from Crowd server to other application.
But when I get list of user by using searchUsers function, it return a list of user without password.
Is there any way to get list of user include password field?
Thanks in advance.
Hi @tai nguyen
As far as I know, no you can't, at least with the usual API. If you actually try to retrieve the password hash with Crowd REST API with a simple GET on
http://localhost:8095/crowd/rest/usermanagement/1/user/password?username=test
You will get a 405 response code (Method not allowed). The password field is actually write-only here.
The only way I see to get the password hash of your users is to go to Crowd's console > General > Backup. This will export everything in Crowd's database including your users passwords hashes (if we're talking about an internal directory, you could obviously not get them for remote directories).
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreDo you own more than one Server or Data Center product? Do you have challenges provisioning users across your Atlassian products? Are you spending a lot of time integrating each Atlassian product wit...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.