CreateUser
From
(Difference between revisions)
Latest revision as of 19:41, 27 February 2019
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. |