docs-v2/content/v2.0/organizations/members/add-member.md

43 lines
1.0 KiB
Markdown
Raw Normal View History

---
title: Add a member
seotitle: Add a member to an organization in InfluxDB
description: Add a member to an organization.
menu:
v2_0:
name: Add a member
parent: Manage members
weight: 201
---
Use the `influx` command line interface (CLI) to add a member to an organization.
{{% cloud-msg %}}
Adding members is currently unavailable in {{< cloud-name >}}.
{{% /cloud-msg %}}
<!-- ## Add a member to an organization in the InfluxDB UI
1. Click the **Settings** tab in the navigation bar.
{{< nav-icon "settings" >}}
2. Click on the name of an organization, then select the **Members** tab.
_Complete content coming soon_ -->
## Add a member to an organization using the influx CLI
1. Get a list of users and their IDs by running the following:
```sh
influx user find
```
2019-11-20 22:00:27 +00:00
2. To add a user to an organization, run the following command:
```sh
influx org members add -n <org-name> -o <user-ID>
```
For more information, see the [`influx org members add` command](/v2.0/reference/cli/influx/org/members/add).