|
| 1 | +--- |
| 2 | +title: "Cloud: Account" |
| 3 | +hide_table_of_contents: true |
| 4 | +sidebar_label: Account |
| 5 | +sidebar_position: 10 |
| 6 | +--- |
| 7 | + |
| 8 | +import Admonition from '@theme/Admonition'; |
| 9 | +import Tabs from '@theme/Tabs'; |
| 10 | +import TabItem from '@theme/TabItem'; |
| 11 | +import CodeBlock from '@theme/CodeBlock'; |
| 12 | +import LanguageSwitcher from "@site/src/components/LanguageSwitcher"; |
| 13 | +import LanguageContent from "@site/src/components/LanguageContent"; |
| 14 | + |
| 15 | +# Cloud: Account |
| 16 | +<Admonition type="note" title=""> |
| 17 | + |
| 18 | +*RavenDB Cloud* allows you to manage your payment information, access, and other user roles. |
| 19 | + |
| 20 | +* In this page: |
| 21 | + * [Account roles](../cloud/cloud-account.mdx#account-roles) |
| 22 | + * [Multi-account configuration](../cloud/cloud-account.mdx#multi-account-configuration) |
| 23 | + |
| 24 | +</Admonition> |
| 25 | +## Account roles |
| 26 | + |
| 27 | +Each account user can be assigned specific roles that extend the range of functions and capabilities. |
| 28 | + |
| 29 | +| **Account role** | **Description** | |
| 30 | +|----------------------------------|---------------------------------------------------------------------------------------------------| |
| 31 | +| Products | Grants full access to manage products: provision, configure, monitor, and control instances. | | |
| 32 | +| Backups | Access and manage backups, restore links and downloads. | |
| 33 | +| Billing | Provides visibility into billing history, current charges, remaining credits, and invoices. | |
| 34 | +| API Access | Controls programmatic access to the platform. Generate, manage, and revoke API keys. | |
| 35 | +| Support | Create and manage support requests for general issues or specific products, active or terminated. | |
| 36 | +| Account | Provides access to general account information. | |
| 37 | +| Account with User Management | Grants permissions to manage account users. You can invite or remove team members. | |
| 38 | +| Account with Billing Information | Update credit cards, billing addresses, and payment contacts for your account. | |
| 39 | + |
| 40 | +## Multi-account configuration |
| 41 | + |
| 42 | +It is possible to become the owner of multiple *Cloud Accounts* using the same email address. |
| 43 | +This can be useful if you need to separate environments, teams, or billing contexts. |
| 44 | +However, creating multiple Cloud Accounts under one email is not available through the self-service UI. |
| 45 | + |
| 46 | +To set this up, please contact *RavenDB Cloud Support* and request a multi-account configuration. |
0 commit comments