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

32 lines
834 B
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
draft: true
---
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
to add a member to an organization.
## Add a member to an organization in the InfluxDB UI
1. Click the **Organizations** tab in the navigation bar.
{{< nav-icon "orgs" >}}
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
Use the [`influx org members add` command](/v2.0/reference/cli/influx/org/members/add)
to add a user to an organization. Adding a user requires the following:
_Complete content coming soon_