# `user` The `user` command provides a set of tools to manage users in the Olares system. It allows administrators to create, activate, query, and remove users, as well as reset user passwords. ## Subcommands | Subcommand | Description | |--|--| | `activate` | Activates an existing Olares account. | | `create` | Creates a new user. | | `delete` | Deletes an existing user. | | `get` | Retrieves details of a specific user. | | `list` | Lists all users within the Olares cluster. | | `reset-password` | Forcefully resets a user's password via the authentication provider. |