AddUser(String,String,String,Boolean,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The AddUser() method adds a new user and sets the default language ID for the user.
public static void AddUser(
string userId,
string description,
string password,
bool active,
int langId
)
Parameters
- userId
- Required. Holds the ID of the new user being added.
- description
- Required. Holds the description saved for the new user.
- password
- Required. Holds the encrypted password for the new user
- active
- Holds a flag that, if set to true, indicates that the new user is an active user.
- langId
- Required. Holds the ID of the default language to be used by the new user.