> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/enterprise/enterprise-admin-portal/managing-group-membership/changing-a-members-role-in-a-group.md).

# Changing a member’s role in a group

To change a member’s role in a group, complete the following steps:

1. Go to <https://app-eap.engagevr.io/>, and then log in.
2. Choose one of the following options:
   * To view memberships for all groups, select **Memberships** from the side menu.
   * To view memberships for a specific group, select **Groups** from the side menu, select the **View** icon for the group where you want to change a user's role, and then select the **Memberships** tab.
3. Select <img src="/files/CiggeZHNFQhYYhN3NwXq" alt="" data-size="line"> (**Edit**) for the user whose role you want to change. For information about how to search for a membership, see [Search bar](/enterprise/enterprise-admin-portal/user-interface/search-bar.md).
4. In the **Edit** window, select a role from the **Role** list.
5. Select **Update Membership**.

<figure><img src="/files/zvrohoiDZQ3PgUaCkMmZ" alt=""><figcaption><p>Edit window to change a user's role</p></figcaption></figure>


---

# 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://docs.engagevr.io/enterprise/enterprise-admin-portal/managing-group-membership/changing-a-members-role-in-a-group.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.
