# User Roles

Abbey lets you distinguish between roles so that you can ensure the integrity of your organization's settings by preventing accidental or unauthorized changes.

There are two types of users in Abbey: Admins and Members.&#x20;

### Admin

Admin roles provide members with full access to manage all aspects of the organization, including its resources, memberships, and settings. This includes the capabilities to add, update, and delete Grant Kit Resources, as well as modify Abbey Settings.

### Member

The standard Member role within an organization allows users to view Grant Kit Resources and handle access requests, including both requesting and approving them, allowing participation and collaboration within the organization.

<table><thead><tr><th width="269">Action</th><th width="182" align="center">Admin</th><th align="center">Member</th></tr></thead><tbody><tr><td>View Resources</td><td align="center">✅ </td><td align="center">✅</td></tr><tr><td>Update/delete Resources</td><td align="center">✅ </td><td align="center">❌</td></tr><tr><td>Request Access</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Approve Access</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Manage Abbey</td><td align="center">✅</td><td align="center">❌</td></tr></tbody></table>

## How to Assign a Role

{% hint style="info" %}
You must be an admin to assign roles.
{% endhint %}

### New User

1. Click on the organization name on the side menu bar\
   ![](/files/DTbIPHx0ATIZNLu161uB)
2. Click **Manage Organization** to open the modal
3. Click on **Members > Invitations > Invite**<br>

   <figure><img src="/files/n2Dmznz6kegfB2vUv0qe" alt=""><figcaption></figcaption></figure>
4. Type the email address of the user you are trying to invite
5. Select the desired **Role** for the user
6. Click **Send Invitations** button<br>

   <figure><img src="/files/x6izyxN1v8Z6eKvWSLDc" alt=""><figcaption></figcaption></figure>

### Existing User

1. Click on the organization name on the side menu bar\
   ![](/files/DTbIPHx0ATIZNLu161uB)
2. Click **Manage Organization** to open the modal
3. Click on **Members > Members**
4. Find the user in the list of users
5. Use the **Role** dropdown to configure the desired role for the user<br>

   <figure><img src="/files/TpnrtlJZz9CWP37EJepb" alt=""><figcaption></figcaption></figure>


---

# 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.abbey.io/admin/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.
