UpdateUser
From
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
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]] |
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448957184 auto generated] doc.'' |
Latest revision as of 01:42, 8 February 2017
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. |
[edit] Return Value
See also, auto generated doc.