title |
description |
menu |
weight |
influx user update |
The `influx user update` command updates information related to a user such as their user name.
|
v2_0_ref |
name |
parent |
influx user update |
influx user |
|
|
201 |
The influx user update
command updates information related to a user in InfluxDB.
Usage
influx user update [flags]
Flags
Flag |
|
Description |
Input type |
{{< cli/mapped >}} |
-h |
--help |
Help for the update command |
|
|
|
--hide-headers |
Hide table headers (default false ) |
|
INFLUX_HIDE_HEADERS |
|
--host |
HTTP address of InfluxDB (default http://localhost:9999 ) |
string |
INFLUX_HOST |
-i |
--id |
(Required) User ID |
string |
|
|
--json |
Output data as JSON (default false ) |
|
INFLUX_OUTPUT_JSON |
-n |
--name |
Username |
string |
|
|
--skip-verify |
Skip TLS certificate verification |
|
|
-t |
--token |
Authentication token |
string |
INFLUX_TOKEN |