I am working with retrieving user info programmatically in WSS 3.0. I understand that users are stored in each Site Collection's User Information List. Deleted users are not visible in the User Information List on the people.aspx page. However, if you delete a user and add them again, they will take on the same ID as they had before. Where are these records stored?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can pull deleted users from the SiteUserInfoList like this:
You can query several other user properties as well. Details can be found at another of my answers here: http://sharepoint.stackexchange.com/a/30858/2881 |
|||||
|
|
In the SharePoint Content Database, under the Table "UserInfo". It is not supported to write the database directly. |
|||||
|