returns xml fragment.
<response success="true" error="">
if success attribute is "true", the user properties have been retrieved successfully like the xml sample below.
if success attribute is "false", the error attribute indicates the encountered error.
The sub nodes return complete user information.
<response success="true" error="">
<User exists="true" Domain="" UserName="adamb" FirstName="Adam" LastName="Boeve" Email="adamb@inforouter.com" LastLogonDate="1980-01-01 00:00:00" LastPasswordChangeDate="1980-01-01 00:00:00" AuthenticationAuthority="INFOROUTER" ReadOnlyUser="FALSE" Enabled="TRUE">
<Preferences>
<Language>
</Language>
<DefaultPortal>
</DefaultPortal>
<ShowArchives>FALSE</ShowArchives>
<ShowHiddens>FALSE</ShowHiddens>
<NotificationType>INSTANT</NotificationType>
<EmailType>HTML</EmailType>
<AttachDocumentToEmail>FALSE</AttachDocumentToEmail>
</Preferences>
</User>
</response>