| Where | Type | Optional | Default | Description |
|---|---|---|---|---|
| Name | String | The name of the new user account. | ||
| Password | String | The password of the new user specified in the Name param. | ||
| Privilege | UserPrivileges | yes | upUSER | One of three values specifying the level of privilege assigned the usri1_name member. |
| Flags | UserFlags | yes | ufSCRIPT | Contains values that determine several features. |
| ||
Set Users = CreateObject("UserManager.Users")
Set User = Users.Add("Coll", "Password")
User.FullName = "Mr. Alex Coll" |