987 B
987 B
| title | seotitle | description | menu | weight | aliases | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| View users | View users in InfluxDB | Review a list of users in InfluxDB using the InfluxDB UI or the influx CLI. |
|
102 |
|
Use the influx command line interface (CLI) to view users.
View users using the influx CLI
Use the influx user list command
to view users. Provide the following:
- An operator token using your
influxCLI connection configuration,INFLUX_TOKENenvironment variable, or the--token, -tflag.
influx user list
Filtering options such as filtering by username or ID are available.
See the influx user list documentation
for information about other available flags.