Skip to content

Commit c274b23

Browse files
authored
chore: test events (#2294)
1 parent cbc71bb commit c274b23

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/en/guides/20-cloud/10-using-databend-cloud/00-organization.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This topic explains the concept of an organization and its members in Databend C
66

77
## Understanding Organization
88

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.
1010

1111
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.
1212

@@ -34,10 +34,10 @@ To view all the members in your organization, go to **Manage** > **Members**. Th
3434

3535
- 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:
3636

37-
```sql
38-
GRANT ROLE writer to '[email protected]';
39-
GRANT SELECT ON *.* TO '[email protected]';
40-
```
37+
```sql
38+
GRANT ROLE writer to '[email protected]';
39+
GRANT SELECT ON *.* TO '[email protected]';
40+
```
4141

4242
- 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.
4343

@@ -48,7 +48,8 @@ To invite a new member to your organization, navigate to the **Manage** > **Memb
4848
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.
4949

5050
:::note
51+
5152
- Inviting new members to the organization is a privilege restricted to account_admin roles only.
5253

5354
- 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.
54-
:::
55+
:::

0 commit comments

Comments
 (0)