# All Users

슈퍼 어드민만 접근할 수 있는 메뉴로 Sysmaster DB 전체 유저들을 생성/수정/삭제 할 수 있는 메뉴이다.

![](/files/Lo2VFhsWiNsyZ5HPiH9H)

각 열(Column) 별 상세 내용은 다음과 같다.

| 항목           | 설명           |
| ------------ | ------------ |
| User ID      | 유저의 ID       |
| Mail Address | 유저의 email 주소 |
| Phone Number | 유저의 전화번호     |
| Description  | 유저의 상세 설명    |
| Create Date  | 유저 생성 날짜     |
| Group        | 유저가 속한 그룹 목록 |

### 유저 세부 정보

각 행에 있는 User ID를 클릭하게 되면, 해당 유저의 상세 페이지로 이동한다.

상세 페이지에서는 유저들의 정보를 확인할 수 있고, Configurable Privilege를 변경할 수 있다.

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

\
각 화면 요소는 다음과 같다.

| 항목                     | 설명               |
| ---------------------- | ---------------- |
| User ID                | 유저 ID            |
| Group                  | 유저가 속해있는 그룹 목록   |
| User Info              | 유저 정보            |
| Configurable Privilege | 유저 Privilege 설정창 |

### Configurable Privilege 변경

![](/files/sEghwBDDBAou39gVzfim)

각 기능 별 Privilege에 따라 유저가 접근할 수 있는 권한이 달라진다.

Configurable Privilege 각 항목 별 설명은[ SysMasterDB 시작하기 > 권한 설정하기 > Group 페이지](/sysmasterdb/8.3_manual/sysmasterdb/privileges/group.md)를 참고한다.

### 유저 생성

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

왼쪽 상단에 Create 버튼을 클릭하면 새로운 유저를 생성할 수 있다.

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

| 항목           | 설명                |
| ------------ | ----------------- |
| User ID      | 유저의 ID            |
| Group\&Role  | 생성할 유저가 속할 그룹과 권한 |
| Password     | 유저의 암호            |
| Mail Address | 유저의 이메일 주소        |
| Phone Number | 유저의 핸드폰 번호        |
| Date Format  | 서비스 화면에 표시될 날짜 형식 |
| Description  | 유저에 대한 설명         |

유저를 생성하기 위해서는 id 중복 체크를 필수적으로 진행해야 한다.

{% hint style="info" %}
**참고**

비밀번호는 8자 이상, 문자,숫자,특수 문자를 넣어서 생성해야 한다.
{% endhint %}

### 유저 수정

![](/files/7cub4l3QURbFYbJU0xDC)

각 행의 최우측 더보기 버튼을 클릭하고 Edit 버튼을 클릭하면 해당 유저를 수정할 수 있다.

![](/files/HpyNvA98Z0G1BoTP4vko)

현재 해당 유저가 소속되어 있는 그룹은 체크 박스 표시, 그렇지 않은 그룹은 빈 박스로 표시된다.

특정 그룹에 탈퇴 시키고 싶다면, 체크 박스를 해제하고 특정 그룹에 소속 시키고 싶다면, 빈 박스를 클릭하여 체크 박스로 변경하면 된다.

만약 Password를 변경하고 싶다면, Change Password 토글을 On하여 수정할 수 있다.

모든 변경 사항을 저장하고 싶다면 Update 버튼을 클릭하면 된다.

### 유저 삭제

![](/files/7cub4l3QURbFYbJU0xDC)

각 행의 최우측 더보기 버튼을 클릭하고 Delete 버튼을 클릭하면 해당 유저를 삭제할 수 있다.

###


---

# Agent Instructions: 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:

```
GET https://docs.tibero.com/sysmasterdb/8.3_manual/settings/all-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
