# Restricted Users

### Overview

MangoApps offers flexible user roles to manage access and permissions effectively. This guide outlines the key differences between **Restricted Users** and **Guest Users**, helping administrators understand their capabilities and limitations.

***

### **Restricted Users**

Restricted Users have **limited permissions across MangoApps** to prevent them from actively contributing new content or engaging in communication.

#### **Capabilities & Limitations**:

* **Cannot** compose, add, create, or upload new content.
* **Cannot** send messages or instant messages (IM).
* **Cannot** forward emails into MangoApps.
* **Files & Filters**: Have **viewer-only (no download)** access unless explicitly denied.
* **Wikis**: Have **viewer-only** access unless explicitly denied.
* **Can edit** content they have created.
* **If given an admin role** (e.g., intranet admin, team admin, custom admin), they will gain **admin privileges and tools**.

***

### **Key Differences: Restricted vs. Guest Users**

| Feature                                 | Restricted User     | Guest User                     |
| --------------------------------------- | ------------------- | ------------------------------ |
| **Create/Upload Content**               | ❌ No                | ✅ Yes (within assigned groups) |
| **Send Messages (IM/Email Forwarding)** | ❌ No                | ✅ Yes (within groups/projects) |
| **Domain-Wide Access**                  | ❌ No                | ❌ No                           |
| **Access to Specific Groups/Projects**  | ✅ Yes               | ✅ Yes                          |
| **Edit Own Created Content**            | ✅ Yes               | ✅ Yes                          |
| **Admin Role Available**                | ✅ Yes (if assigned) | ❌ No                           |
| **Free User**                           | ❌ No                | ✅ Yes                          |
| **Email Domain Restriction**            | ❌ No                | ✅ Must be external             |

***

### **FAQs**

#### **Do I pay for Restricted or Guest Users?**

* **Restricted Users:** Count toward the domain’s subscription cost.
* **Guest Users:** Are free and do not count toward the subscription cost.

#### **Can Restricted Users or Guest Users communicate freely?**

* **Restricted Users:** Cannot send messages or emails.
* **Guest Users:** Can communicate **within** their assigned groups and projects.


---

# 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://guides.mangoapps.com/admin-guide/user-provisioning-and-management/restricted-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.
