diff --git a/content/influxdb/cloud/account-management/billing.md b/content/influxdb/cloud/account-management/billing.md index 70d655490..9633305d7 100644 --- a/content/influxdb/cloud/account-management/billing.md +++ b/content/influxdb/cloud/account-management/billing.md @@ -30,14 +30,15 @@ Learn how to upgrade your plan, access billing details, and review and resolve p ## Upgrade to Usage-Based Plan -1. Click **Upgrade Now** in the lower left corner of the {{< cloud-name "short" >}} user interface (UI). +1. Click **Upgrade Now** in the upper right corner of the {{< cloud-name "short" >}} user interface (UI). 2. Set your limits (opt to receive an email when your usage exceeds the amount you enter in the **Limit ($1 minimum)** field). All service updates, security notifications, and other important information are sent to the email address you provide. 3. Enter your payment information and billing address, and then click **Upgrade**. A Ready To Rock confirmation appears; click **Start building your team**. Your plan will be upgraded and {{< cloud-name >}} opens with a default organization and bucket (both created from your email address). ## Access billing details 1. In the {{< cloud-name "short" >}} UI, select the **user avatar** in the left - navigation menu, and select **Billing**. + navigation menu, and select **Account** > + **Billing**. {{< nav-icon "account" >}} @@ -126,4 +127,3 @@ Billing occurs on the first day of the month for the previous month. For example | **One week later** | Account disabled except data writes. Update your payment method to successfully process your payment and enable your account. | | **10-14 days later** | Account completely disabled. During this period, you must contact us at support@influxdata.com to process your payment and enable your account. | | **21 days later** | Account suspended. Contact support@influxdata.com to settle your final bill and retrieve a copy of your data or access to InfluxDB Cloud dashboards, tasks, Telegraf configurations, and so on.| - diff --git a/content/influxdb/cloud/account-management/switch-account.md b/content/influxdb/cloud/account-management/switch-account.md new file mode 100644 index 000000000..2cab9717b --- /dev/null +++ b/content/influxdb/cloud/account-management/switch-account.md @@ -0,0 +1,23 @@ +--- +title: Switch InfluxDB Cloud accounts +seotitle: Switch between InfluxDB Cloud accounts +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 >}} 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**. diff --git a/content/influxdb/cloud/organizations/users.md b/content/influxdb/cloud/organizations/users.md index 4969f783e..ffb7ee7a5 100644 --- a/content/influxdb/cloud/organizations/users.md +++ b/content/influxdb/cloud/organizations/users.md @@ -7,7 +7,7 @@ weight: 106 menu: influxdb_cloud: parent: Manage organizations - name: Manage Users + name: Manage users aliases: - /influxdb/v2.0/account-management/multi-user/ - /influxdb/cloud/account-management/multi-user/ @@ -16,7 +16,7 @@ aliases: - /influxdb/cloud/users/ --- -{{< cloud-name >}} lets you invite and collaborate with multiple users in your organization. +{{< cloud-name >}} lets you invite and collaborate with multiple users in your organization. By default, each user has full permissions on resources in your organization. - [Users management page](#users-management-page) @@ -26,16 +26,16 @@ By default, each user has full permissions on resources in your organization. - [Remove a user from your organization](#remove-a-user-from-your-organization) - [Remove yourself from an organization](#remove-yourself-from-an-organization) -## Users management page -Manage your organization's users from your organization's **Users management page**. +## Members page +Manage your organization's users from your organization's **Members page**. In the {{< cloud-name "short" >}} user interface (UI), click your user avatar in the left -navigation menu, and select **Users**. +navigation menu, and select **Organization** > **Members**. {{< nav-icon "account" >}} ## Invite a user to your organization -1. Navigate to your organization's [Users management page](#users-management-page). +1. Navigate to your organization's [Members page](#members-page). 2. Under **Add a new user to your organization**, enter the email address of the user to invite and select their role in your organization. @@ -57,22 +57,22 @@ Accounts can have up to 50 pending invitations at one time. ### Resend an invitation -1. Navigate to your organization's [Users management page](#users-management-page). +1. Navigate to your organization's [Members page](#members-page). 2. Click the **{{< icon "refresh" >}}** icon next to the invitation you want to resend. ### Withdraw an invitation -1. Navigate to your organization's [Users management page](#users-management-page). +1. Navigate to your organization's [Members page](#members-page). 2. Click the **{{< icon "delete" >}}** icon next to the invitation you want to withdraw. 3. Click **{{< caps >}}Withdraw Invitation{{< /caps >}}**. ## Remove a user from your organization -1. Navigate to your organization's [Users management page](#users-management-page). +1. Navigate to your organization's [Members page](#members-page). 2. Click the **{{< icon "delete" >}}** icon next to the user you want to remove. 3. Click **{{< caps >}}Remove user access{{< /caps >}}**. -### Remove yourself from an organization +### Remove yourself from an organization You cannot remove yourself from an organization. -Have another member of your organization remove you. +Have another member of your organization remove you. diff --git a/content/influxdb/cloud/reference/release-notes/cloud-updates.md b/content/influxdb/cloud/reference/release-notes/cloud-updates.md index cb147efe5..dbb13ee9e 100644 --- a/content/influxdb/cloud/reference/release-notes/cloud-updates.md +++ b/content/influxdb/cloud/reference/release-notes/cloud-updates.md @@ -14,10 +14,15 @@ aliases: InfluxDB Cloud updates occur frequently. Find a compilation of recent updates below. To find information about the latest Flux updates in InfluxDB Cloud, see [Flux release notes](/influxdb/cloud/reference/release-notes/flux/). - +To enhance security, the Tokens UI will only display an InfluxDB Cloud token when it's [first created](/influxdb/cloud/security/tokens/create-token/). If you return to the Token page later, you won't be able to view or copy the token. To learn more about token access restrictions, see [Create an API token](/influxdb/cloud/security/tokens/create-token/). + +### Multi-account support + +You can now invite a user to join an organization using the same email they've used in another InfluxDB Cloud account. Users [can switch between accounts in the UI](/influxdb/cloud/account-management/switch-account/). ## December 2021