CreateUser
From
(Difference between revisions)
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[CreateUserResult]] createUser([[UserIDBean]] userID, [[UserBean]] user, String password) | |
== Description == | == Description == | ||
− | + | Creates a new user for the organisation, using the details noted in the [[UserBean]]. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[UserBean]] |
− | | | + | |user |
− | | | + | |The details of the new user to create. |
+ | |---- bgcolor=#EDEDFF | ||
+ | |String | ||
+ | |password | ||
+ | |The password the user will use to log on with on the website. | ||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[CreateUserResult]] |
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ''See also, [http://eservicewebtest.econz.com/SOAP/timecard_wsdl_doc.html#op.idm45578448962272 auto generated] doc.'' |
Latest revision as of 01:41, 8 February 2017
Contents |
[edit] Method
CreateUserResult createUser(UserIDBean userID, UserBean user, String password)
[edit] Description
Creates a new user for the organisation, using the details noted in the UserBean.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
UserBean | user | The details of the new user to create. |
String | password | The password the user will use to log on with on the website. |
[edit] Return Value
See also, auto generated doc.