2.2.4.19 Principal User Information Result Set

The Principal User Information Result Set returns information about a principal (1). The Principal User Information Result Set is defined using T-SQL syntax, as follows.

 tp_Id                          int,
 tp_SystemID                    varbinary(512),
 tp_Title                       nvarchar(255),
 tp_Login                       nvarchar(255),
 tp_Email                       nvarchar(255),
 tp_Notes                       nvarchar(1023),
 tp_SiteAdmin                   bit,
 tp_DomainGroup                 bit,
 tp_Flags                       int;

tp_Id: The user identifier of the principal. MUST NOT be NULL.

tp_SystemID: The SystemId of the principal. This parameter MUST NOT be NULL.

tp_Title: Contains the display name of the principal. This parameter MUST NOT be NULL.

tp_Login: Contains the login name of the principal. This parameter MUST NOT be NULL.

tp_Email: Contains the e-mail address of the principal. This parameter MUST NOT be NULL.

tp_Notes: Contains notes associated with the principal. This parameter MUST NOT be NULL.

tp_SiteAdmin: Set to 1 if the principal is a site collection administrator; otherwise 0. This parameter MUST NOT be NULL.

tp_DomainGroup: Set to 1 if the principal is a domain group; otherwise 0. This parameter MUST NOT be NULL.

tp_Flags: The User Information flags value of the principal. This parameter MUST NOT be NULL.