2.2.4.5.1 PersonalInfo

The PersonalInfo type describes user personal information.

   <xs:complexType name="PersonalInfo">
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="IsLocalUser" type="xs:boolean" />
       <xs:element minOccurs="0" maxOccurs="1" name="UserFolder" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="FirstName" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="LastName" type="xs:string" />
       <xs:element minOccurs="1" maxOccurs="1" name="RemoteAccess" type="RemoteAccessType" />
       <xs:element minOccurs="1" maxOccurs="1" name="VpnAccess" type="RemoteAccessType" />
       <xs:element minOccurs="1" maxOccurs="1" name="AccessLevel" type="AccessLevelType" />
       <xs:element minOccurs="1" maxOccurs="1" name="IsBuiltIn" type="xs:boolean" />
       <xs:element minOccurs="1" maxOccurs="1" name="IsShowInUI" type="xs:boolean" />
     </xs:sequence>
   </xs:complexType>

IsLocalUser: TRUE, if this is the local user; otherwise, FALSE.

UserFolder: The path of the shared folder belonging to this user.

FirstName: The first name of the user.

LastName: The last name of the user.

RemoteAccess: The remote access status of the user.

VpnAccess: The VPN access status of the user.

AccessLevel: The access level of the user.

IsBuiltIn: TRUE, if the user is built-in; otherwise, FALSE.

IsShowInUI: TRUE, if user will be shown in the UI; otherwise, FALSE.