UpdateUser
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[UpdateUserResult]] updateUser([[UserIDBean]] userID, [[UserBean]] user) | |
== Description == | == Description == | ||
− | + | Updates an existing user with new details. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[UserBean]] |
− | | | + | |user |
− | | | + | |The set of new details to update the user with. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[UpdateUserResult]] |
Revision as of 03:19, 9 June 2005
Contents |
Method
UpdateUserResult updateUser(UserIDBean userID, UserBean user)
Description
Updates an existing user with new details.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
UserBean | user | The set of new details to update the user with. |