# Removing custom roles from users

{% hint style="info" %}
Only a **System Admin** can take actions pertaining to custom roles. However, they can grant **System Admin** rights to other users, in turn granting them permission to take actions pertaining to custom roles.
{% endhint %}

To assign a role to the user,

1\.    From the menu bar, click **Manage users**. The **User Lists** screen is displayed.

2\.    From **User Lists**, select the user list name to which the concerned user belongs.

3\.    Click on the name of the concerned user. The profile details of the user are displayed.

4\.    To remove a role that is assigned to the user, go to **Assigned Roles**, and click **Edit**.

You can now view the roles that are assigned to the user in edit mode. These roles are displayed with an **x** against them indicating they can be deleted.

<figure><img src="/files/DeUWaiSV2BTU4WM3LBvl" alt=""><figcaption><p><em>Remove Assiged Role of the user</em></p></figcaption></figure>

5\.    To remove a role assigned to the user, under **Assigned Roles**, against the role that is to be removed, click **x** and then click **Save.**

As you can see in the above image, we have removed the role, **Manager** for the user, **John Smith**.


---

# 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://docs.senpiper.com/user-management/managing-user-roles/removing-custom-roles-from-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.
