UpdateUserPasswordResult
From
(Difference between revisions)
Latest revision as of 03:36, 9 June 2005
[edit] Description
Returns the success or failure of the attempt to change the user's password.
[edit] Success Mode
The updateIndex field is populated with the current update index of the user record.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
UserNotFoundFailure | A user with a primary key matching the reqested primary key was not found on the server. |
ValidationFailure | One or more fields contained invalid values. |