CreateUser
From
Contents |
Method
CreateUserResult createUser(UserIDBean userID, UserBean user, String password)
Description
Creates a new user for the organisation on EService, using the details noted in the UserBean.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
UserBean | user | The details of the new user to create on EService. |
String | password | The password the user will use to log on with on the website. |