---
title: influxctl user list
description: The influxctl user list command lists all users associated with your InfluxDB account ID.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/user/list/
estimated_tokens: 344
product: InfluxDB Clustered
version: clustered
---

# influxctl user list

The `influxctl user list` command lists all users associated with your InfluxDB account ID.

The `--format` flag lets you print the output in other formats. The `json` format is available for programmatic parsing by other tooling. Default: `table`.

## Usage

```sh
influxctl user list [command options]
```

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --format | Output format (table (default) or json) |
| -h | --help | Output command help |

*Also see [`influxctl` global flags](/influxdb3/clustered/reference/cli/influxctl/#global-flags).*
