# 사용자 관리

사용자**사용자 관리**는 개별 회사 구성원 관리를 넘어, 사용자 그룹(User Groups)을 생성 및 관리할 수 있는 기능을 제공합니다. 이를 통해 조직 내에서 더욱 유연하고 체계적인 사용자 관리가 가능합니다.

### 주요 기능

1. 사용자 그룹 관리 (User Group Management)

* 사용자 관리를 효율적으로 하기 위해 사용자 그룹을 생성하고 관리할 수 있습니다.
* 사용자 그룹에 특정 역할(Role)과 권한(Permission)을 할당하여 접근 제어를 중앙 집중적으로 관리할 수 있습니다.

2. 역할 및 권한 관리 (Role & Permission Management)

* 개별 사용자 또는 사용자 그룹에 대해 역할을 생성하고 할당할 수 있습니다.
* 향후 업데이트를 통해 보다 세밀한 권한 관리를 지원하는 **RBAC(역할 기반 접근 제어)** 기능이 제공될 예정입니다.
* 특정 메뉴에 대한 세밀한 맞춤형 접근 제어가 가능합니다.

#### **3.** 역할 기반 메뉴 접근

* 표시되는 메뉴는 할당된 역할에 따라 다릅니다.
  * **오너:** 회사 전체의 조직 및 사용자 관리를 위한 완전한 관리 권한을 가집니다.
  * **어드민 / 멤버** 사용자 관리 기능 중 일부에 제한된 접근만 가능합니다.

### 사용자 관리 탭 메뉴 권한

<table><thead><tr><th width="158">Type</th><th>오너</th><th>어드민</th><th>멤버</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td> 사용자 탭</td><td>O</td><td>O</td><td>O</td><td></td><td></td></tr><tr><td>사용자그룹 탭</td><td>O</td><td>X</td><td>X</td><td></td><td></td></tr><tr><td>역할 탭</td><td>O</td><td>X</td><td>X</td><td></td><td></td></tr></tbody></table>


---

# 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.opsnow.io/dev-opsnow-user-guide-kr/setting/undefined-1.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.
