3.1.5.15.5 User Information Result Set

The User Information Result Set returns information about the user specified in @UserId.

       tp_Id                          int,
       tp_SiteAdmin                   bit,
       tp_IsActive                    bit,
       tp_Login                       nvarchar(255),
       tp_Email                       nvarchar(255),
       tp_Title                       nvarchar(255),
       tp_Notes                       nvarchar(1023),
       tp_ExternalTokenLastUpdated    datetime,
       tp_Token                       image,
       UserId                         int,
       SiteSecurityVersion            bigint;

tp_Id: The identifier of the user.

tp_SiteAdmin: Indicates whether the specified user is an administrator on the site collection specified in @DocSiteId.

tp_IsActive: Set to "1" if the specified user is an active user in the site collection specified in @DocSiteId.

tp_Login: The login name of the specified user.

tp_Email: The email address of the specified user.

tp_Title: The display name of the specified user.

tp_Notes: Notes about the specified user.

tp_ExternalTokenLastUpdated: The date and time, in UTC format, when the External Group Token (section 2.2.4.2) for the specified user was last updated.

tp_Token: A WSS User Token (section 2.2.4.9) value specifying the site group membership of the specified user.

UserId: The site membership identifier of the specified user. This parameter can be NULL if the user has not been added as a member to the site whose permissions are in effect on the document.

SiteSecurityVersion: The current security information version of the site collection containing this document.