infoRouter Document Management System - Web Services API Documentation Version 7.0
GetUser
Returns the properties of the specified user.
Syntax
[Visual Basic]
Public Function GetUser(ByVal AuthenticationTicket As String, _
ByVal UserName As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

User Name

The UserName of the User to be retrieved


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the user properties have been retrieved successfully.
if success attribute is "false", the error attribute indicates the encountered error.
The sub nodes return complete user information.
Remarks
The caller must be the system administrator or a domain manager of the domain in which the user is a local member.
Example

					
See Also
Get All Users | Update User Profile
Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter DMS