docs-v2/content/v2.0/users/update-user.md

864 B

title seotitle description menu
Update a user Update a user in InfluxDB Update a user in InfluxDB using the InfluxDB UI or the influx CLI.
v2_0
name parent weight
Update a user Manage users 3

Use the InfluxDB user interface (UI) or the influx command line interface (CLI) to update a user.

Update a user in the InfluxDB UI

{{% note %}} While in alpha, user information cannot be updated in the InfluxDB UI. {{% /note %}}

Update a user using the influx CLI

Use the influx user update command to update a user. Updating a user requires the following:

  • The user ID (provided in the output of influx user find)
Update the name of a user
# Pattern
influx user update -i <user-id> -n <new-username>

# Example
influx user update -i 034ad714fdd6f000 -n janedoe