CreateUser
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
|||
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.