docs-v2/content/v2.0/reference/cli/influx/user/create.md

954 B

title description menu weight
influx user create The 'influx user create' command creates a user in InfluxDB.
v2_0_ref
name parent
influx user create influx user
201

The influx user create command creates a new user in InfluxDB.

Usage

influx user create [flags]

Flags

Flag Description Input type
-h, --help Help for create
-n, --name The username (Required) string
-o, --org The name of the organization to add the user to string
--org-id The ID of the organization to add the user to string
-p, --password The user password string

{{% influx-cli-global-flags %}}