> 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-users.md).

# All Users

This is a menu accessible only to Super Admins, allowing the users to create, modify, or delete all users in the Sysmaster DB.

![](/files/Lo2VFhsWiNsyZ5HPiH9H)

The detailed 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">User ID</td><td valign="bottom">User ID</td></tr><tr><td valign="bottom">Mail Address</td><td valign="bottom">User's email address</td></tr><tr><td valign="bottom">Phone</td><td valign="bottom">User's phone number</td></tr><tr><td valign="bottom">Description</td><td valign="bottom">User's detailed description</td></tr><tr><td valign="bottom">Create Date</td><td valign="bottom">User creation date</td></tr><tr><td valign="bottom">Group</td><td valign="bottom">List of groups the user belongs to</td></tr></tbody></table>

### User Details

Clicking on the User ID in each row will take the users to the user's detailed page.

On the detailed page, the users can view user information and change Configurable Privileges

<figure><img src="/files/JxFlw8tShsHcrUrbcFgs" alt=""><figcaption></figcaption></figure>

\
Each screen element is as follows.

<table><thead><tr><th valign="bottom">Item</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">User ID</td><td valign="bottom">User ID</td></tr><tr><td valign="bottom">Group</td><td valign="bottom">List of groups to which the user belongs</td></tr><tr><td valign="bottom">User Info</td><td valign="bottom">User information</td></tr><tr><td valign="bottom">Configurable Privilege</td><td valign="bottom">User Privilege Settings Window</td></tr></tbody></table>

### Configurable Privilege Change&#x20;

![](/files/sEghwBDDBAou39gVzfim)

User access permissions vary depending on the privileges assigned to each function.

Configurable Privilege For a detailed description of each item, refer to [Getting started on SysMasterDB  > Permission setting > Group page](/sysmasterdb.en/8.3_manual/starting-sysmasterdb/privileges/group.md).

### User creation

<figure><img src="/files/dVTG5kHcI7T4n8k13JLB" alt=""><figcaption></figcaption></figure>

Click the Create button in the upper left corner to create a new user.

<figure><img src="/files/v5Hgky4524ldnucqG7eV" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="174.877197265625" valign="bottom">Item</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">User ID</td><td valign="bottom">User ID</td></tr><tr><td valign="bottom">Group&#x26;amp;Role</td><td valign="bottom">The group and permissions to which the user to be created will belong</td></tr><tr><td valign="bottom">Password</td><td valign="bottom">User's password</td></tr><tr><td valign="bottom">Mail Address</td><td valign="bottom">User's email address</td></tr><tr><td valign="bottom">Phone</td><td valign="bottom">User's mobile phone number</td></tr><tr><td valign="bottom">Date Format</td><td valign="bottom">The date format to be displayed on the service screen</td></tr><tr><td valign="bottom">Description</td><td valign="bottom">Description of the user</td></tr></tbody></table>

The users must check for duplicate IDs before creating a user.

{% hint style="info" %}
**Note**

Passwords must be at least 8 characters long and include letters, numbers, and special characters.
{% endhint %}

### User Edit

![](/files/7cub4l3QURbFYbJU0xDC)

Click the "More" button on the far right of each row, then click the "Edit" button to edit the user.

![](/files/HpyNvA98Z0G1BoTP4vko)

Groups the user is currently a member of are indicated by a checkbox, while groups they are not a member of are indicated by an empty box.

To remove a user from a specific group, uncheck the checkbox. To add a user to a specific group, click the empty box to change it to a checkbox.

If the users want to change the password, toggle the "Change Password" button to "On" to make changes.

To save all changes, click the Update button.

### User Deletion

![](/files/7cub4l3QURbFYbJU0xDC)

Click the "More" button on the far right of each row and then click the "Delete" button to delete the user.

###


---

# 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-users.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.
