---
title: Manage organizations
description: Manage organizations in InfluxDB using the InfluxDB UI or the influx CLI.
url: https://docs.influxdata.com/influxdb/v2/admin/organizations/
estimated_tokens: 444
product: InfluxDB OSS v2
version: v2
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/v2/admin/organizations/
date: '2023-11-06T15:53:12-07:00'
lastmod: '2023-11-06T15:53:12-07:00'
---

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

> [!Important]
> #### 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).

An **organization** is a workspace for a group of users.
All dashboards, tasks, buckets, members, etc., belong to an organization.

The following articles provide information about managing organizations:

### [Create an organization](/influxdb/v2/admin/organizations/create-org/)

Create an organization in InfluxDB using the InfluxDB UI or the influx CLI.

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

Review a list of organizations in InfluxDB using the InfluxDB UI or the influx CLI.

### [Update an organization](/influxdb/v2/admin/organizations/update-org/)

Update an organization’s name and assets in InfluxDB using the InfluxDB UI or the influx CLI.

### [Delete an organization](/influxdb/v2/admin/organizations/delete-org/)

Delete an existing organization from InfluxDB using the influx CLI.

### [Switch organizations](/influxdb/v2/admin/organizations/switch-org/)

Switch from one organization to another in the InfluxDB UI

### [Manage organization members](/influxdb/v2/admin/organizations/members/)

Manage members of an organization in InfluxDB using the InfluxDB UI or CLI.

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