The User template is located in the Core database at /sitecore/templates/System/Security/User.
If you then need to get a list of all users in the database, run
foreach (User user in userProvider.GetUsers())
{
// Do something with user...
}
*NB:* This is based on Sitecore 6.
No comments:
Post a Comment