You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/20-cloud/10-using-databend-cloud/00-organization.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This topic explains the concept of an organization and its members in Databend C
6
6
7
7
## Understanding Organization
8
8
9
-
Organization is an essential concept in Databend Cloud. All the users, databases, warehouses, and other objects in Databend Cloud are associated with an organization. An organization is a group for managing users and their resources.
9
+
Organization is an essential concept in Databend Cloud. All the users, databases, warehouses, and other objects in Databend Cloud are associated with an organization. An organization is a group for managing users and their resources.
10
10
11
11
In an organization of Databend Cloud, data and resources are shared among all users of the organization. Users can collaborate with each other to manage and analyze the organization's data effectively by taking advantage of the cloud-native features.
12
12
@@ -34,10 +34,10 @@ To view all the members in your organization, go to **Manage** > **Members**. Th
34
34
35
35
- The roles listed show the roles assigned to users when they were invited. While these roles can be changed on the page, they cannot be revoked using SQL. However, you can grant additional roles or privileges to users based on their email addresses. These user accounts, identified by their email addresses, can also function as SQL users in Databend Cloud. Example:
- The page does not display users created using SQL. To view the SQL users that have been created, use the [SHOW USERS](/sql/sql-commands/ddl/user/user-show-users) command.
43
43
@@ -48,7 +48,8 @@ To invite a new member to your organization, navigate to the **Manage** > **Memb
48
48
An invitation email will be sent to the invited user. Inside the email, there will be a link that the user can click on to initiate the signup process.
49
49
50
50
:::note
51
+
51
52
- Inviting new members to the organization is a privilege restricted to account_admin roles only.
52
53
53
54
- If your organization is under the Trial Plan, it permits a maximum of one user. In such a case, you won't have the capability to extend invitations to additional members.
0 commit comments