2.2.4.5.2 UserInfo

The UserInfo type presents the information of a user.

   <xs:complexType name="UserInfo">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="UserName" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="PersonalInfo" type="PersonalInfo" />
       <xs:element minOccurs="1" maxOccurs="1" name="UserStatus" type="UserStatus" />
       <xs:element minOccurs="1" maxOccurs="1" name="Warning" type="UserCustomExceptionCode" />
       <xs:element minOccurs="0" maxOccurs="1" name="WindowsSID" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="WindowsAccount" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="FullUserName" type="xs:string" />
     </xs:sequence>
 </xs:complexType>

UserName: The name of the user.

PersonalInfo: The detailed personal information of the given user.

UserStatus: The status of the user.

Warning: The last error of import/update/add user.

WindowsSID: The SID of this user.<2>

WindowsAccount: The account of this user.<3>

FullUserName: The domain/server name of the user.