---
title: Manage organization members
description: Manage members of an organization in InfluxDB using the InfluxDB UI or CLI.
url: https://docs.influxdata.com/influxdb/v2/admin/organizations/members/
estimated_tokens: 427
product: InfluxDB OSS v2
version: v2
---

# Manage organization 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).

A **member** is a user that belongs to an organization. The following articles provide information about managing users:

### [Add a member](/influxdb/v2/admin/organizations/members/add-member/)

Use the `influx` command line interface (CLI) to add a member to an organization and optionally make that member an owner across all organizations.

### [View members](/influxdb/v2/admin/organizations/members/view-members/)

Review a list of members for an organization.

### [Remove a member](/influxdb/v2/admin/organizations/members/remove-member/)

Remove a member from an organization.

[members](/influxdb/v2/tags/members/)
