# Managing members

***

#### **How do I invite team members?**&#x20;

Go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Members`</mark> > <mark style="color:$primary;">`Invite Members`</mark>. You can invite people two ways:

* **Email invitation** — Send a direct invite to their email.
* **Invitation link** — Generate a shareable link, valid for 24 hours.

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

#### **My invite link expired. What do I do?**&#x20;

Invitation links are valid for 24 hours. If a link has expired, simply generate a new one from <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Members`</mark> > <mark style="color:$primary;">`Invite Members`</mark> > <mark style="color:$primary;">`Invite via Link`</mark>.&#x20;

#### **Can someone join my team without a BoxHero account?**&#x20;

No. Anyone you invite as a member will need to create a free BoxHero account to access your team. If you only need to share inventory data with someone (like a supplier or customer), use [Inventory Link](https://www.boxhero.io/docs/other-features/inventory-link) instead, which doesn't require an account.

#### **Can a single user belong to multiple teams?**&#x20;

Yes. One BoxHero account can be a member of multiple teams, each with its own role and permissions. You can switch between teams from the team selector in the app.

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

#### **How do I change a member's role?**&#x20;

Admins can update any member's role at any time under <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Members`</mark>. Find the member, click their current role, and select a new one. Changes take effect immediately.

#### **How do I remove a member from my team?**&#x20;

Go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Members`</mark>, find the person you want to remove, and select <mark style="color:$primary;">`Delete`</mark>. Their access will be revoked immediately, but the inventory transactions they recorded will remain in your team's history for audit purposes.


---

# 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/managing-members.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.
