Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
Platform
Reference
Databases
Tables
 UserInfo Table
UserInfo Table

The UserInfo table stores information about each user added to the site.

Warning  Modifying the database schema or database structures is unsupported. Changes that you make to the database contents may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.

Columns

Column nameData typeDescription
tp_SiteIDuniqueidentifierID of the site to which the user belongs. Found in the Sites table.
tp_IDintID of the user. Incremented numerically.
tp_DomainGroupbitValue that specifies whether the account is a domain group account.
tp_GUIDuniqueidentifierGUID for the user.
tp_SystemIDvarbinarySecurity token for the user.
tp_DeletedintValue that specifies whether the user was deleted. Note: The user is not removed because the user data is referenced in many other tables.
tp_SiteAdminbitValue that specifies whether the user is a site administrator.
tp_LoginnvarcharValue that specifies the logon name of the user.
tp_TitlenvarcharValue that specifies the display name of the user.
tp_EmailnvarcharValue that specifies the e-mail address of the user.
tp_NotesnvarcharNotes about the user.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker