> For the complete documentation index, see [llms.txt](https://docs.rulecube.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/edit-a-users-role.md).

# Edit a User's Role

## Introduction

This guide provides the steps for editing a user's role, which allows you to expand or restrict what a user is allowed to do in Rulecube.

## Before you begin

* You need to have the `TenantAdmin` role to edit a user's role.
* Determine what role(s) you want to assign to the user. See this [authorization topic](/v2.5/how-to-guides/logging-in-and-authorization.md) for more information about available roles.

## Procedure

1. [Log in to Rulecube](/v2.5/how-to-guides/logging-in-and-authorization/log-in-to-rulecube.md).
2. Click your tenant name in the menu bar.\
   ↳ The **Profile** page opens with the *Users* section:<br>

   <figure><img src="/files/l4oaKC9ZVaHNliV5jtyK" alt=""><figcaption></figcaption></figure>
3. Click ![](/files/CgkZieTumP15k3CVO3pk) in the row of the user you want to edit.\
   ↳ The **Edit user roles** pop-up opens:\
   \
   ![](/files/s9HzI1RSNW5dU2xFjdSu)<br>
4. If you want to remove a role, in the **Roles** list, select the role—the row turns red—and press `Enter`.
5. If you want to add a role, in the **Roles** list, select the role—the row turns green—and press `Enter`.
6. &#x20;When you finish editing roles, click **OK**.


---

# 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:

```
GET https://docs.rulecube.com/v2.5/how-to-guides/logging-in-and-authorization/edit-a-users-role.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.
