> 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/telecom-references/other-pages/modifying-user-permissions.md).

# Modifying User Permissions

#### ***Applies to version v2.7***

The access permissions of 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.

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

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

![Users Navigation Panel A](https://docs.telcobridges.com/w/images/2/2d/Users_Navigation_Panel_A.png)

2- Select the **Users** tab, locate the user in the **User** list, and click **Edit**.

![Users modify single A](https://docs.telcobridges.com/w/images/1/18/Users_modify_single_A.png)

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

![Users modify single2 A](https://docs.telcobridges.com/w/images/b/b0/Users_modify_single2_A.png)

4- Click **Save**.

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

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

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

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

![Users Navigation Panel A](https://docs.telcobridges.com/w/images/2/2d/Users_Navigation_Panel_A.png)

2- Select the **User Groups** tab, locate the group in the **Group** list, and click **Edit**.

![UserGroup modify 1](https://docs.telcobridges.com/w/images/9/90/UserGroup_modify_1.png)

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

![UserGroup modify 2](https://docs.telcobridges.com/w/images/b/bb/UserGroup_modify_2.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/telecom-references/other-pages/modifying-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.
