> For the complete documentation index, see [llms.txt](https://docs.tibero.com/sysmasterdb/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/8.3_manual/sysmasterdb/create-user.md).

# User 생성하기

Super Admin과 Admin은 [**settings**](/sysmasterdb/8.3_manual/settings.md)에서 유저를 생성할 수 있다.

![](https://content.gitbook.com/content/KFJJxDLiLb7KYeF0CGyF/blobs/IQ1T78f1bSDVTwHnRG5y/image%20\(4\).png)

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

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

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

###


---

# 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/8.3_manual/sysmasterdb/create-user.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.
