---
title: influx org members
description: The influx org members command and its subcommands manage organization members in InfluxDB.
url: https://docs.influxdata.com/influxdb/cloud/reference/cli/influx/org/members/
estimated_tokens: 553
product: InfluxDB Cloud (TSM)
version: cloud
---

# influx org members

-   influx CLI 2.0.0+
-   InfluxDB OSS only

#### Works with InfluxDB OSS 2.x

The `influx org members` command works with **InfluxDB OSS 2.x**, but does  
not work with **InfluxDB Cloud**.  
For information about managing users in your InfluxDB Cloud organization, see  
[Manage users](/influxdb/cloud/admin/organizations/users/).

The `influx org members` command and its subcommands manage organization members in InfluxDB.

## Usage

```
influx org members [flags]
influx org members [command]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| add | Add organization member |
| list | List organization members |
| remove | Remove organization member |

## Flags

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

#### Related

-   [influx CLI—Provide required authentication credentials](/influxdb/cloud/reference/cli/influx/#provide-required-authentication-credentials)
-   [influx CLI—Flag patterns and conventions](/influxdb/cloud/reference/cli/influx/#flag-patterns-and-conventions)
