# User Roles

Navigate to **Admin->Users** to modify user roles.

Organization users can belong to one or more roles. Each role has a different set of permissions, though some do overlap. It is not necessary to add a user to more than one role if that role has the required permissions, though it is possible to do so.

<table data-view="cards"><thead><tr><th>Role</th><th data-type="checkbox">Manage users</th><th data-type="checkbox">Manage events &#x26; teams</th><th data-type="checkbox">Edit organization</th><th data-type="checkbox">Manage profile</th><th data-type="checkbox">View events</th></tr></thead><tbody><tr><td>Owner</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Admin</td><td>true</td><td>true</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Standard</td><td>false</td><td>false</td><td>false</td><td>true</td><td>true</td></tr></tbody></table>

To modify a user's roles, select the pull-down under the Roles column of the Users table. Select or de-select the role(s) for the selected user, then click outside the dialog to set the user's roles.

<figure><img src="/files/xJyr6yrFrFve8Ra5tOZ0" alt=""><figcaption><p>User roles</p></figcaption></figure>

{% hint style="warning" %}
More than one user can be set to the Owner role, though users who are set to an Owner role cannot remove themselves as owner; another organization owner must perform this task.
{% endhint %}


---

# 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.stackref.com/administration/user-management/user-roles.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.
