> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/modifying-web-user-permissions.md).

# Modifying Web User Permissions

> **Applies to:** Tmedia 3.0, 3.2, 3.3

The access permissions of web users can be modified in two different ways:

* Modify the permission of a single user: If you wish to modify the permissions of a single user, you can assign them to a group to which they are the sole member and then change the permissions of this group.
* Modify the permission of a group of users. If the change in permissions will affect more than one user, then change the permissions of the group to which they are assigned.

**Important note**

For the best practices regarding security and permissions, refer to [Users](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/users/README.md).

**To reassign a user to a different group:**

1- Click **Web Users** in the navigation panel.

![WebUsers Navigation Panel A](https://docs.telcobridges.com/w/images/9/91/WebUsers_Navigation_Panel_A.png)

2- Select the **Web Users** tab, followed by the user.

![Users modify single B1](https://docs.telcobridges.com/w/images/3/31/Users_modify_single_B1.png)

3- Assign the user to a different group with different permissions.

![Users modify single2 B1](https://docs.telcobridges.com/w/images/c/c5/Users_modify_single2_B1.png)

4- Click **Save**.

The user appears in the **User** list assigned to a different user group.

![Users modify single3 B1](https://docs.telcobridges.com/w/images/5/5a/Users_modify_single3_B1.png)

**To modify the permission of a user group:**

1- Click **Web Users** in the navigation panel

![WebUsers Navigation Panel A](https://docs.telcobridges.com/w/images/9/91/WebUsers_Navigation_Panel_A.png)

2- Select the **Web User Groups** tab, followed by the user group.

![UserGroup modify B1 1](https://docs.telcobridges.com/w/images/9/9f/UserGroup_modify_B1_1.png)

3- Change one or more options of the group and click **Save**.

![UserGroup modify B2 1](https://docs.telcobridges.com/w/images/1/1f/UserGroup_modify_B2_1.png)


---

# 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://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/modifying-web-user-permissions.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.
