Modify users

To modify a user, you must perform the following:

  1. Get instance of the user manager.
    The manager is represented by the UserManager class. For more information about getting the instance, see For developers: Users.
  2. Get the user.
    Get an instance of the specified user. For more information, read For developers: Query users.
  3. Modify the user.
    Update the values of the desired properties of the User object.
  4. Save the changes.
    Save the changes to the manager.
Here is a code example:

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?

Next article

Delete users