infoRouter Document Management System - Web Services API Documentation
UpdateUserProfile
Updates the user profile of the specified user.
Syntax
[Visual Basic]
Public Function UpdateUserProfile(ByVal AuthenticationTicket As String, _
ByVal UserName As String, _
ByVal NewUserName As String, _
ByVal NewFirstName As String, _
ByVal NewLastName As String, _
ByVal AuthenticateFromNTLM As Boolean) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

UserName

The username of the user to be updated

NewUserName

A new user name

NewFirstName

New First Name

NewLastName

New Last Name

AuthenticateFromNTLM

NTLM or Inforouter authentication flag

Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the User Profile has been updated successfully.
if success attribute is "false", the error attribute indicates the encountered error.
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
Change User Status | Update User Preferences
Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System