> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/es/gestion-del-equipo/gestion-de-miembros.md).

# Gestión de miembros

***

#### **¿Cómo invito a miembros del equipo?**&#x20;

Ve a <mark style="color:$primary;">`Configuración`</mark> > <mark style="color:$primary;">`Miembros`</mark> > <mark style="color:$primary;">`Invitar miembros`</mark>. Puedes invitar a personas de dos formas:

* **Invitación por correo electrónico** — Envía una invitación directa a su correo electrónico.
* **Enlace de invitación** — Genera un enlace para compartir, válido por 24 horas.

<figure><img src="/files/4a4a98dd5cac9ae6a83cb78d0e2e7dfd30a653dd" alt=""><figcaption></figcaption></figure>

#### **Mi enlace de invitación caducó. ¿Qué hago?**&#x20;

Los enlaces de invitación son válidos por 24 horas. Si un enlace ha caducado, simplemente genera uno nuevo desde <mark style="color:$primary;">`Configuración`</mark> > <mark style="color:$primary;">`Miembros`</mark> > <mark style="color:$primary;">`Invitar miembros`</mark> > <mark style="color:$primary;">`Invitar mediante enlace`</mark>.&#x20;

#### **¿Puede alguien unirse a mi equipo sin una cuenta de BoxHero?**&#x20;

No. Cualquiera que invites como miembro tendrá que crear una cuenta gratuita de BoxHero para acceder a tu equipo. Si solo necesitas compartir datos de inventario con alguien (como un proveedor o un cliente), usa [Enlace de inventario](https://www.boxhero.io/docs/other-features/inventory-link) en su lugar, que no requiere una cuenta.

#### **¿Puede un solo usuario pertenecer a varios equipos?**&#x20;

Sí. Una cuenta de BoxHero puede ser miembro de varios equipos, cada uno con su propio rol y permisos. Puedes cambiar entre equipos desde el selector de equipos en la app.

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

#### **¿Cómo cambio el rol de un miembro?**&#x20;

Los administradores pueden actualizar el rol de cualquier miembro en cualquier momento en <mark style="color:$primary;">`Configuración`</mark> > <mark style="color:$primary;">`Miembros`</mark>. Busca al miembro, haz clic en su rol actual y selecciona uno nuevo. Los cambios se aplican de inmediato.

#### **¿Cómo elimino a un miembro de mi equipo?**&#x20;

Ve a <mark style="color:$primary;">`Configuración`</mark> > <mark style="color:$primary;">`Miembros`</mark>, busca a la persona que deseas eliminar y selecciona <mark style="color:$primary;">`Eliminar`</mark>. Su acceso será revocado de inmediato, pero las transacciones de inventario que registró permanecerán en el historial de tu equipo para fines de auditoría.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.boxhero.io/docs/faq/es/gestion-del-equipo/gestion-de-miembros.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
