2.2.4.56 User Display Information Result Set
The User Display Information Result Set returns information about a user. The User Display Information Result Set is defined using T-SQL syntax, as follows.
-
IsUser bit, IsSiteGroup bit, UserID int, UserSID varbinary(128), UserName nvarchar(255), UserLogin nvarchar(255), UserEmail nvarchar(255), UserNotes nvarchar(1023), UserSiteAdmin bit, UserDomainGroup bit, GroupID int, GroupName int, GroupDescription int, GroupOwnerID int, GroupOwnerIsUser int, GroupType int;
IsUser: This parameter MUST be 1.
IsSiteGroup: This parameter MUST be zero.
UserID: The identifier of the user.
UserSID: The SystemID (section 2.2.1.20) of the user.
UserName: The user's name as used for display.
UserLogin: The user's login name.
UserEmail: The user's email address.
UserNotes: A longer description text associated with the security principal.
UserSiteAdmin: A bit that is set to 1 if the principal (1) is a site administrator for the site collection.
UserDomainGroup: A bit flag that specifies whether the account is a domain group account. A bit that is set to 1 if the principal (1) is a domain group. Otherwise, the bit is set to 0, specifying that the principal is a user.
GroupID: This parameter MUST be NULL.
GroupName: This parameter MUST be NULL.
GroupDescription: This parameter MUST be NULL.
GroupOwnerID: This parameter MUST be NULL.
GroupOwnerIsUser: This parameter MUST be NULL.
GroupType: This parameter MUST be NULL.