# User Management

User Management goes beyond managing individual company members by providing features to **create and manage user groups (User Groups)**. This allows for more flexible and structured user management within the organization.

### **Key Features**

#### **1. User Group Management**

* Enables **creation and management of user groups** for efficient user administration
* Assigns specific **roles and permissions to user groups** for centralized access control

#### **2. Role & Permission Management**

* Allows **roles** to be created and assigned to individual users or user groups
* Future updates will support **RBAC (Role-Based Access Control) for detailed permission management**
* Provides **granular access control to specific menus**, ensuring secure and customized access

#### **3. Role-Based Menu Access**

* **Menus displayed vary based on assigned roles**
  * **Owner**: Has full control over company-wide organization and user management
  * **Admin / Member**: Limited access to certain User Management functions

### User Management Tab Menu Permissions <a href="#member-roles" id="member-roles"></a>

<table><thead><tr><th width="158"></th><th>Owner</th><th>Admin</th><th>Member</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td> Users Tab</td><td>O</td><td>O</td><td>O</td><td></td><td></td></tr><tr><td>User Groups Tab</td><td>O</td><td>X</td><td>X</td><td></td><td></td></tr><tr><td>Roles Tab</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-v0.2/setting/user-management.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.
