CreateUser
From
(Difference between revisions)
(2 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Creates a new user for the organisation | + | Creates a new user for the organisation, using the details noted in the [[UserBean]]. |
== Parameters == | == Parameters == | ||
Line 17: | Line 17: | ||
|[[UserBean]] | |[[UserBean]] | ||
|user | |user | ||
− | |The details of the new user to create | + | |The details of the new user to create. |
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|String | |String | ||
Line 26: | Line 26: | ||
== Return Value == | == Return Value == | ||
[[CreateUserResult]] | [[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.