---
title: influx user
description: The influx user command and its subcommands manage user information in InfluxDB OSS.
url: https://docs.influxdata.com/influxdb3/cloud-serverless/reference/cli/influx/user/
estimated_tokens: 629
product: InfluxDB Cloud Serverless
version: cloud-serverless
---

# influx user

-   influx CLI 2.0.0+
-   InfluxDB OSS only

#### Works with InfluxDB OSS 2.x

The `influx user` command and its subcommands manage **InfluxDB OSS 2.x** users,  
but do not manage users in **InfluxDB Cloud**.  
Use the InfluxDB Cloud UI to manage account information.

The `influx user` command and its subcommands manage user information in InfluxDB.

## Usage

```
influx user [flags]
influx user [command]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| create | Create a user |
| delete | Delete a user |
| list | List users |
| password | Update a user’s password |
| update | Update a user |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Help for the user command |

#### Related

-   [influx CLI—Provide required authentication credentials](/influxdb3/cloud-serverless/reference/cli/influx/#provide-required-authentication-credentials)
-   [influx CLI—Provide required authentication credentials](/influxdb3/cloud-serverless/reference/cli/influx/#provide-required-authentication-credentials)
