Is there a repeatable way to export a list of users from the user manager. I’ve been through the 6.2 docs and online with no success.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sitecore’s user management is built on ASP.NET membership, so you can use the standard ASP.NET classes to access users. The question “Sitecore query/fast query for user” might help a bit.
Here’s some sample code to get you started: