Description
This function will update a user's details and returns the updated user.
Style
Document
Input (Literal)
The input of this method is the argument updateUser of type updateUser having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
userDetails |
0..1 |
The UserDetail object to update |
|
password |
string |
0..1 |
The new plaintext password |
passwordHash |
string |
0..1 |
The new hashed password |
Output (Literal)
The output of this method is the argument updateUserResponse of type updateUserResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
user |
0..1 |
The updated UserDetail object |
Remarks
See createUser under AdminAPI for comments on plaintext and hashed passwords.