CreateUser
From
(Difference between revisions)
m (mad generic for Timecard/ESerivce) |
m (Made generic for Timecard/EService) |
||
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 |
Revision as of 21:02, 9 November 2005
Contents |
Method
CreateUserResult createUser(UserIDBean userID, UserBean user, String password)
Description
Creates a new user for the organisation, 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. |
String | password | The password the user will use to log on with on the website. |