--- title: influxctl user description: > The `influxctl user` command and its subcommands manage users in InfluxDB clusters. menu: influxdb_clustered: parent: influxctl weight: 201 --- The `influxctl user` command and its subcommands manage users in {{< product-name omit="Clustered" >}} clusters. ## Usage ```sh influxctl user [subcommand] [subcommand options] [arguments...] ``` ## Subcommands | Subcommand | Description | | :----------------------------------------------------------------- | :------------------ | | [list](/influxdb/clustered/reference/cli/influxctl/user/list/) | List all users | | help, h | Output command help | ## Flags | Flag | | Description | | :--- | :------- | :------------------ | | `-h` | `--help` | Output command help |