AddUser Method
- Last UpdatedNov 06, 2025
- 1 minute read
The AddUser() method adds a new user and sets the default language ID for the user.
| Overload | Description |
|---|---|
| AddUser(String,String,String,Boolean,Int32) | The AddUser() method adds a new user and sets the default language ID for the user. |
| AddUser(String,String,String,Boolean,Int32,DateTime) | The AddUser() method adds a new user and sets the default language ID for the user. This overload of the method includes a lastEditAt DateTime parameter that can be used for optimistic concurrency control. |