# Roles & permissions

***

#### **What's the difference between user roles?**&#x20;

BoxHero offers three default roles:

* **Admin** — Full access, including inviting members, managing billing, and configuring team settings.
* **Member** — Can view and modify inventory data but can't access admin-only settings like billing or member management.
* **Viewer** — Read-only access. Can view items, transactions, and reports but can't make changes.

For a full feature-by-feature breakdown, see the [Members documentation](https://www.boxhero.io/docs/concepts/members#permissions-by-authorized-roles).

#### **Can multiple users have admin access?**&#x20;

Yes. You can assign Admin access to as many team members as you need. This means multiple users will be able to manage billing and team settings.

#### **Can I create custom roles or permissions?**

Yes. In addition to three default roles (i.e. Admin, Member, Viewer), you can create custom roles under <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Members`</mark> > <mark style="color:$primary;">`Custom Roles`</mark>. Custom roles let you grant or restrict access to specific actions and features.

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

#### **Can I see who made changes to my inventory?**&#x20;

Yes. BoxHero logs every transaction with the user, timestamp, and items involved. View this in your <mark style="color:$primary;">`Transactions`</mark> history, or filter by member to see changes recorded by a specific person.

#### **Do all roles count toward my member limit?**&#x20;

Yes. Every role — Admin, Member, and Viewer — counts toward your team's member limit. If you only need to share inventory data without adding a paid member, the [Inventory Link](https://www.boxhero.io/docs/other-features/inventory-link) feature is a free, view-only alternative.

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

#### **Why can't I submit an inventory count?**&#x20;

Only team Admins can submit or finalize an inventory count. Members and Viewers can be assigned task sheets and complete their counts, but the final review and submission step is reserved for Admins.&#x20;

{% content-ref url="/spaces/lRf1QqJGoevCQqGbfI80/pages/4QgVTGFJv5UznKie7Fgj" %}
[Inventory Count](/docs/other-features/inventory-count.md)
{% endcontent-ref %}

#### **Can I restrict members from viewing certain locations?**&#x20;

No. Permissions apply at the team level, so all members can see *every* location within their team. If you need location-based access control, we recommend creating a [separate team](https://www.boxhero.io/docs/getting-started#create-a-team) for each location.

#### **Can I restrict access to transaction history?**&#x20;

No. All members can view their team's transaction history. Custom roles don't include restrictions on past data.


---

# 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://www.boxhero.io/docs/faq/team-management/roles-and-permissions.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.
