infoRouter Document Management System - Web Services API Documentation
ChangeUserPassword
Changes the password of the specified user.
Syntax
[Visual Basic]
Public Function ChangeUserPassword(ByVal AuthenticationTicket As String, _
ByVal UserName As String, _
ByVal NewPassword As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

UserName

The username of the user whose password is to be updated.

NewPassword

The new password

Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the password has been changed 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 or the user.

The active password policy will be applied.
Example

					
See Also
Change User Status | Update User Profile

Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System