2019-01-23 17:51:58 +00:00
|
|
|
---
|
|
|
|
title: Add a member
|
|
|
|
seotitle: Add a member to an organization in InfluxDB
|
2019-01-23 19:05:57 +00:00
|
|
|
description: Add a member to an organization.
|
2019-01-23 17:51:58 +00:00
|
|
|
menu:
|
|
|
|
v2_0:
|
|
|
|
name: Add a member
|
|
|
|
parent: Manage members
|
2019-02-06 17:48:09 +00:00
|
|
|
weight: 201
|
2019-01-23 18:36:40 +00:00
|
|
|
draft: true
|
2019-01-23 17:51:58 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2019-02-28 22:39:31 +00:00
|
|
|
{{< nav-icon "orgs" >}}
|
2019-01-23 17:51:58 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2019-01-23 19:30:19 +00:00
|
|
|
Use the [`influx org members add` command](/v2.0/reference/cli/influx/org/members/add)
|
2019-01-23 18:36:40 +00:00
|
|
|
to add a user to an organization. Adding a user requires the following:
|
|
|
|
|
2019-01-23 17:51:58 +00:00
|
|
|
_Complete content coming soon_
|