---
title: influxctl user list
description: The influxctl user list command lists all users associated with your InfluxDB Cloud Dedicated account ID.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/user/list/
estimated_tokens: 349
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# influxctl user list

The `influxctl user list` command lists all users associated with your InfluxDB Cloud Dedicated 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/cloud-dedicated/reference/cli/influxctl/#global-flags).*
