Switch accounts/orgs dropdown (#4468)
* New switch account dropdown * Update switch-account.md * Add multiorg doc * Update content/influxdb/cloud/account-management/data-usage.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/cloud/account-management/pricing-calculator.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/cloud/account-management/switch-account.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/cloud/account-management/switch-org.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/cloud/account-management/switch-account.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Update content/influxdb/cloud/account-management/offboarding.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Address PR feedback Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>pull/4561/head
parent
b69ca52fda
commit
ddab6084fe
|
|
@ -20,7 +20,7 @@ View the statistics of your data usage and rate limits (reads, writes, and delet
|
|||
|
||||
To view your {{< cloud-name >}} data usage, do the following:
|
||||
|
||||
1. Click the **user avatar** on the left-side navigation.
|
||||
1. Click the organization name drop-down list in the upper left.
|
||||
2. Select **Usage**.
|
||||
3. Select a time range to review data usage (by default, `Past 24h`), and then select one of the following:
|
||||
|
||||
|
|
|
|||
|
|
@ -65,11 +65,9 @@ However, those in multi-user organizations must contact
|
|||
[InfluxData Support](mailto:support@influxdata.com) to delete your organization.
|
||||
{{% /note %}}
|
||||
|
||||
1. Click the **user avatar** in the top right corner of your {{< cloud-name "short" >}}
|
||||
1. Click the account name in the header of your {{< cloud-name "short" >}}
|
||||
user interface (UI) and select **Billing**.
|
||||
|
||||
{{< nav-icon "account" >}}
|
||||
|
||||
2. Do one of the following:
|
||||
|
||||
- If you subscribed to an InfluxDB Cloud **Usage-Based Plan** through **AWS Marketplace**, click the **AWS** link, click **Unsubscribe**, and then click **Yes, cancel subscription**.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Guidelines used to estimate costs for default configurations:
|
|||
|
||||
1. Do one of the following:
|
||||
|
||||
- Free Plan. Click the **user avatar** in the top right corner of your
|
||||
- Free Plan. Click the organization name drop-down list in the upper left of your
|
||||
{{< cloud-name "short" >}} user interface (UI) and select **Billing**.
|
||||
Then click the **Pricing Calculator** link at the bottom of the page.
|
||||
- Usage-based Plan. Open the pricing calculator [here](https://cloud2.influxdata.com/pricing).
|
||||
|
|
|
|||
|
|
@ -9,15 +9,21 @@ menu:
|
|||
parent: Account management
|
||||
weight: 105
|
||||
---
|
||||
An **organization** is a workspace for a group of users.
|
||||
All dashboards, tasks, buckets, members, etc., belong to an organization.
|
||||
|
||||
If you belong to more than one {{< cloud-name >}} account with the same email address, you can switch from one account to another while staying logged in. An account can contain multiple organizations.
|
||||
|
||||
You can also set a default account. The default account is the account automatically used when the user logs in.
|
||||
|
||||
To switch {{< cloud-name "short" >}} accounts:
|
||||
|
||||
1. In the {{< cloud-name "short" >}} UI, select the **user avatar** in the left
|
||||
navigation menu, and select **Account** > **Settings**.
|
||||
2. Click **Switch Account**. If this option doesn't appear, your email address is only associated with one account.
|
||||
3. Select the account you want to switch to or set as the default in the window that appears.
|
||||
4. To switch to the account, select **Switch Account**.
|
||||
5. To set an account as the default, select **Set Default Account**.
|
||||
1. In the {{< cloud-name "short" >}} UI, click the account name drop-down list in the upper left.
|
||||
2. Select **Switch Account**. If this option doesn't appear, your email address is only associated with one account.
|
||||
3. Select the account you want to switch to.
|
||||
|
||||
To set an account as the default:
|
||||
|
||||
1. Click the user avatar in the upper-right and select **Profile**.
|
||||
2. Select a **Default Account** from the drop-down list.
|
||||
3. Click **Save Changes**.
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: Switch InfluxDB Cloud organizations
|
||||
seotitle: Switch between InfluxDB Cloud organizations
|
||||
description: >
|
||||
Switch from one InfluxDB Cloud account to another and set a default account.
|
||||
menu:
|
||||
influxdb_cloud:
|
||||
name: Switch InfluxDB accounts
|
||||
parent: Account management
|
||||
weight: 105
|
||||
---
|
||||
If you belong to more than one {{< cloud-name >}} organization with the same email address, you can switch from one organization to another while staying logged in. An account can contain multiple organizations.
|
||||
|
||||
To switch {{< cloud-name "short" >}} organizations:
|
||||
|
||||
1. In the {{< cloud-name "short" >}} UI, click the organization name in the header and select **Switch Organizations**.
|
||||
2. Select the organization you want to switch to from the drop-down list.
|
||||
|
||||
Loading…
Reference in New Issue