954 B
954 B
title | description | menu | weight | ||||||
---|---|---|---|---|---|---|---|---|---|
influx user create | The 'influx user create' command creates a user in InfluxDB. |
|
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 %}}