UpdateUser
From
(Difference between revisions)
Latest revision as of 19:52, 27 February 2019
Contents |
[edit] Method
UpdateUserResult updateUser(UserIDBean userID, UserBean user)
[edit] Description
Updates an existing user with new details.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
UserBean | user | The set of new details to update the user with. |