UpdateUser Method
- Last UpdatedNov 06, 2025
- 1 minute read
The UpdateUser() method updates the user as defined by the user object.
| Overload | Description |
|---|---|
| UpdateUser(String,Boolean,Int32) | The UpdateUser() method updates the user as defined by the user object. |
| UpdateUser(String,Boolean,Int32,Nullable<DateTime>) | The UpdateUser() method updates the user as defined by the user object. This overload of the method includes a lastEditAt DateTime parameter that can be used for optimistic concurrency control. |