The `update` method of the `User` class in the `robottelo.cli.user` module is used to update the user information. This method allows users to modify their details such as name, email, username, and password. By calling this method and providing the new values for these attributes, the user's information can be effectively updated in the system.
Python User.update - 53 examples found. These are the top rated real world Python examples of robottelo.cli.user.User.update extracted from open source projects. You can rate examples to help us improve the quality of examples.