> For the complete documentation index, see [llms.txt](https://docs.tibero.com/sysmasterdb.en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/sysmasterdb.en/8.3_manual/settings/all-groups.md).

# All Groups

![](/files/hBWN90wfXppkmIynF0wa)

This menu is accessible only to Super Admins and allows the users to create, edit, and delete groups.

Clicking on each column header allows the users to sort by that column.

The contents of each column are as follows.

<table><thead><tr><th valign="bottom">Item</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">Group</td><td valign="bottom">Group name</td></tr><tr><td valign="bottom">Instances</td><td valign="bottom">List of instances assigned to the group</td></tr><tr><td valign="bottom">Created Date</td><td valign="bottom">Date the group was created</td></tr><tr><td valign="bottom">Members</td><td valign="bottom">Number of members belonging to the group</td></tr><tr><td valign="bottom">Description</td><td valign="bottom">Description of the group</td></tr></tbody></table>

### Group details page

Clicking on the group name in each row will take the users to the detailed page for that group.

![](/files/56QNCa0XolEqmHllP8Vk)

This menu displays information about users currently belonging to the group.

Each item is as follows.

<table><thead><tr><th valign="bottom">Item</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">Group</td><td valign="bottom">Group name</td></tr><tr><td valign="bottom">Instance</td><td valign="bottom">List of instances assigned to the group</td></tr><tr><td valign="bottom">User ID</td><td valign="bottom">User ID of the user</td></tr><tr><td valign="bottom">Role</td><td valign="bottom">The role of the user in the current group</td></tr><tr><td valign="bottom">Email Address</td><td valign="bottom">Email address of the user</td></tr><tr><td valign="bottom">Phone</td><td valign="bottom">The user's mobile phone number</td></tr><tr><td valign="bottom">Created Date</td><td valign="bottom">The date the user was created</td></tr><tr><td valign="bottom">Description</td><td valign="bottom">Description of the group</td></tr></tbody></table>

### Creating a group

Click the Create button at the top left to create a new group.

![](/files/fK145wyalEDRKtr6sNBm)

<table><thead><tr><th valign="bottom">Item</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">Group Name</td><td valign="bottom">Specify the name of the group to be created.</td></tr><tr><td valign="bottom">Instance</td><td valign="bottom">Specify the instance to be assigned to the group.</td></tr><tr><td valign="bottom">Member&#x26;amp;Name</td><td valign="bottom">Specify the users to be added to the group based on their IDs.</td></tr><tr><td valign="bottom">Role</td><td valign="bottom">Specify the role of the user in the group.</td></tr><tr><td valign="bottom">Description</td><td valign="bottom">Enter a description of the group.</td></tr></tbody></table>

### Edit Group

![](/files/hWIloh5Q0CGPqGox0T7g)

Click the More button on the right side of each row in the group, then click the Edit button to edit the group.

![](/files/XD4GUmFu8ssUCTtzpDcH)

In the group edit screen, the users can edit the group name, instance, and group members.

Users currently in the group are displayed with a checkbox, while those not in the group are displayed with an empty box.

To remove an existing member, click the checkbox to uncheck it.

To save all changes, click the Update button.

### Group Deletion

![](/files/hWIloh5Q0CGPqGox0T7g)

Similar to Edit, click the "More" button on the far right of each row, then click the "Delete" button.

When a group is deleted, all roles associated with that group are removed. If users were only members of that group, they will automatically be assigned to the "Undefined" group.

If there are users logged in with a role from a deleted group, they will be automatically redirected to the group selection page.

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tibero.com/sysmasterdb.en/8.3_manual/settings/all-groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
