From c9257dc87b25fb243ed0dd42e45e366626beac90 Mon Sep 17 00:00:00 2001 From: pierwill Date: Fri, 24 Apr 2020 11:33:43 -0700 Subject: [PATCH 1/8] Document cloud multi-user features --- .../account-management/multi-user/_index.md | 15 +++++++++ .../multi-user/invite-user.md | 32 +++++++++++++++++++ .../multi-user/remove-user.md | 17 ++++++++++ .../v2.0/organizations/members/add-member.md | 2 +- 4 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 content/v2.0/account-management/multi-user/_index.md create mode 100644 content/v2.0/account-management/multi-user/invite-user.md create mode 100644 content/v2.0/account-management/multi-user/remove-user.md diff --git a/content/v2.0/account-management/multi-user/_index.md b/content/v2.0/account-management/multi-user/_index.md new file mode 100644 index 000000000..ecf77ca0c --- /dev/null +++ b/content/v2.0/account-management/multi-user/_index.md @@ -0,0 +1,15 @@ +--- +title: Manage multiple users +description: > + View and manage multiple users in an Influx Cloud account. +weight: 4 +menu: + v2_0: + parent: Account management + name: Manage multiple users +--- + +{{< cloud-name >}} accounts support multiple-user organizations. +Collaborate with others using these features. + +{{< children >}} diff --git a/content/v2.0/account-management/multi-user/invite-user.md b/content/v2.0/account-management/multi-user/invite-user.md new file mode 100644 index 000000000..10611e6a4 --- /dev/null +++ b/content/v2.0/account-management/multi-user/invite-user.md @@ -0,0 +1,32 @@ +--- +title: Invite a user +list_title: Invite a user +description: > + Invite a user to collaborate +weight: 103 +menu: + v2_0: + parent: Manage multiple users + name: Invite a user +--- + +## Invite user from {{< cloud-name >}} + +1. Navigate to the **Members** page under **Organizations** in the left navigation bar. +2. Under "Add a new member to your organization," enter the email address of the user to invite. + (Users must be invited one at a time.) +3. Click **Add & Invite**. + +An invitation with an activation link will be sent to the specified email address. + +Once activated, the new user will be added as an **Owner** with permissions to read and write all resources. + +{{% warn %}} +Take care when inviting a user as an **Owner**. +Owners can delete resources and other users. +{{% /warn %}} + +{{% cloud %}} +Currently {{}} has only one permission level. +Future releases will contain read-only users. +{{% /cloud %}} diff --git a/content/v2.0/account-management/multi-user/remove-user.md b/content/v2.0/account-management/multi-user/remove-user.md new file mode 100644 index 000000000..c6e55f37a --- /dev/null +++ b/content/v2.0/account-management/multi-user/remove-user.md @@ -0,0 +1,17 @@ +--- +title: Remove a user +list_title: Remove a user +description: > + Remove a user from an organization +weight: 103 +menu: + v2_0: + parent: Manage multiple users + name: Remove a user +--- + +## Remove a user from {{< cloud-name >}} + +1. Navigate to the **Members** page under **Organizations** in the left navigation bar. +2. Click the {{< icon "delete" >}} next to the user you want to remove. +3. Confirm the removal. diff --git a/content/v2.0/organizations/members/add-member.md b/content/v2.0/organizations/members/add-member.md index def6e46c9..db31979ed 100644 --- a/content/v2.0/organizations/members/add-member.md +++ b/content/v2.0/organizations/members/add-member.md @@ -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 %}}