View users
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 influx CLI connection configuration,
INFLUX_TOKEN
environment variable, or the--token, -t
flag.
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.