commit
c47e2b3801
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Manage multiple members
|
||||
description: >
|
||||
View and manage multiple members in an InfluxDB Cloud account.
|
||||
weight: 4
|
||||
menu:
|
||||
v2_0:
|
||||
parent: Account management
|
||||
name: Manage multiple members
|
||||
---
|
||||
|
||||
{{< cloud-name >}} accounts support multiple members in an organization.
|
||||
Collaborate with others using these features.
|
||||
By default, each member has full permissions on resources in your organization.
|
||||
|
||||
{{< children >}}
|
||||
|
||||
{{% cloud %}}
|
||||
**Known issue**: Currently, checks created before a member is added are not visible to that member.
|
||||
{{% /cloud %}}
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: Invite a member
|
||||
list_title: Invite a member
|
||||
description: >
|
||||
Invite a member to collaborate in InfluxDB Cloud.
|
||||
weight: 103
|
||||
menu:
|
||||
v2_0:
|
||||
parent: Manage multiple members
|
||||
name: Invite a member
|
||||
---
|
||||
|
||||
1. Navigate to the **Members** page under **Organizations** in the left navigation bar.
|
||||
{{< nav-icon "org" >}}
|
||||
2. Under **Add a new member to your organization**, enter the email address of the member to invite.
|
||||
(Members must be invited one at a time.)
|
||||
3. Click **Add & Invite**.
|
||||
|
||||
An invitation with an activation link is sent to the specified email address.
|
||||
The activation link expires after 72 hours.
|
||||
|
||||
Once activated, the new member is added as an **Owner** with permissions to read and write all resources.
|
||||
|
||||
{{% warn %}}
|
||||
Currently, Cloud 2.0 has only one permission level: Owner.
|
||||
With Owner permissions, a member can delete resources and other members from your organization.
|
||||
Take care when inviting a member.
|
||||
{{% /warn %}}
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: Remove a member
|
||||
seotitle: Remove a member from your InfluxDB Cloud organization
|
||||
description: >
|
||||
Remove a member from an InfluxDB Cloud organization.
|
||||
weight: 103
|
||||
menu:
|
||||
v2_0:
|
||||
parent: Manage multiple members
|
||||
identifier: remove_member_cloud
|
||||
---
|
||||
|
||||
1. Navigate to the **Members** page under **Organizations** in the left navigation bar.
|
||||
{{< nav-icon "org" >}}
|
||||
2. Click the {{< icon "delete" >}} next to the member you want to remove.
|
||||
3. Confirm the removal.
|
|
@ -12,7 +12,7 @@ weight: 201
|
|||
Use the `influx` command line interface (CLI) to add a member to an organization.
|
||||
|
||||
{{% cloud %}}
|
||||
Adding members is currently unavailable in {{< cloud-name >}}.
|
||||
To manage members of an organization in {{< cloud-name >}}, see [Manage multiple users](/v2.0/account-management/multi-user/).
|
||||
{{% /cloud %}}
|
||||
|
||||
<!-- ## Add a member to an organization in the InfluxDB UI
|
||||
|
|
Loading…
Reference in New Issue