# Invite Organization Members to BugBase (RBAC)

**Note:** This feature is available only to **Enterprise Tier customers.**

### Pre-requisites

* BugBase Company Account with an Enterprise Plan.
* BugBase user accounts for team members.

### Inviting Members to Your Organization

1. Visit **`Settings`** **>> `People`** from your company dashboard on BugBase.

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

2. Click **`Invite Members`** and provide the email of the member you want to invite to your organization.

{% hint style="info" %}
Member emails should be the same domain as the company.
{% endhint %}

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

3. Invited members will receive an invitation email, and you can view the list of members and their current status on the same page.

### Assigning Assets to Members

1. Visit **`Settings`** **>> `People`** from your company dashboard on BugBase and click on **`Manage Member`** from the Actions dropdown.

<figure><img src="/files/2ine3YnlO91kOd99rZSm" alt=""><figcaption></figcaption></figure>

2. Select the assets from the `"Asset Access"` dropdown that the user should have access to. You can also select if the member should apply for approval before assigning a bounty for a report by clicking on the checkbox.

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

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

3. Click on **"Save".**

{% hint style="warning" %}
Note: Invited Users by default have **no assets** assigned to them, for triaging purposes assign them the required assets&#x20;
{% endhint %}

### Assigning Roles to Members

1. Visit **`Settings`** **>> `Manage Access`** from your company dashboard on BugBase.

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

### **Giving Access to the Company Dashboard**:

1. Click on the company and **`"Invite Members"`** to add members and grant them access to your company dashboard.
2. Select the member from the dropdown, choose the role you want to assign, and click on **Assign Role** (e.g., **"Root User"** for full company dashboard access; this does not give access to all programs. To give access to all programs, select the **"Full Access"** role).

<figure><img src="/files/1rLKF6mkVJuP7qGcFXQi" alt=""><figcaption></figcaption></figure>

### **Giving Access to a Program Dashboard**:

1. Click on any program and **`"Add Member"`** to add members and grant them access to the selected program dashboard.
2. Select the member from the dropdown, choose the role you want to assign, and click on **Assign Role** (e.g., **"Program Admin"** for full program access).

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

{% hint style="info" %}
You can choose from the Default Roles or create a Custom Role as per your requirement from **`Settings`** **>> `Roles & Permissions`**.
{% endhint %}

Learn more about Roles from the [Roles and Permissions](/company-guide/company-settings/roles-and-permissions.md) section.

{% hint style="success" %}
And that's it! 🎉 Congratulations you have successfully invited a member and assigned a role to them.
{% 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.bugbase.ai/how-to/invite-organization-members-to-bugbase-rbac.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.
