---
title: View members
description: Review a list of members for an organization.
url: https://docs.influxdata.com/influxdb/v2/admin/organizations/members/view-members/
estimated_tokens: 619
product: InfluxDB OSS v2
version: v2
---

# View members

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI) to view members of an organization.

## View members of organization in the InfluxDB UI

In the navigation menu on the left, click your **Account avatar** and select **Members**.

u

u

username

org-name

## View members of organization using the influx CLI

Use the [`influx org members list` command](/influxdb/v2/reference/cli/influx/org/members/list) to list members of an organization. Listing an organization’s members requires the following:

-   The name or ID of the organization

```sh
# Syntax
influx org members list -n <org-name>

# Example
influx org members list -n my-org
```
