Equinox Online Help - Language Reference - A to Z
UserCreate |
|
|---|---|
| Applies to | ![]() |
| Syntax | UserCreate login, name , password [, usergroup, category, userexpirydate, passwordexpirydate, flags] |
| Action | Allows the user to create new Equinox users via the method language |
| Scope | Usable anywhere |
| Notes | UserExpiryDate and PasswordExpiryDate operate as in the interactive user management dialog. The flags parameter, if present, must set values for the following, or zero for no action.
The password parameter is not optional; if you leave it out the password gets filled with something. For a blank password, supply "". |
| Category | User, groups and ESS |
| See Also | ChangePassword, FirstUserGroup, FirstUserName, NextUserGroup, NextUserName, SetUserGroup, UserAccountExpiry, UserDelete, UserDetails, UserGroup, UserName, UserPasswordExpiry, UserPermission |
| Example | This example creates a user John Smith with a login of JS and a password of w3Ujdsa8 UserCreate “JS”, “John Smith”, “w3Ujdsa8”,, 1 |
