> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/es/cuenta-y-facturacion/settings/members.md).

# Miembros

Puedes administrar los miembros de tu organización y sus roles en la sección Miembros de Configuración.

### Administrar miembros

1. Abre el menú desplegable de la organización/cuenta (haz clic en el logo de Morphic en la esquina superior izquierda).
2. Selecciona Ajustes.
3. En la barra lateral izquierda, haz clic en Miembros.
4. Aquí puedes ver a todos los miembros, invitar a nuevos y actualizar o eliminar roles.

O ve directamente allí: [studio.morphic.com/settings/members](https://studio.morphic.com/settings/members)

### Añadir miembro

1. Ve a la sección Miembros.
2. Haz clic en el botón Invitar en la esquina superior derecha.
3. Introduce la dirección de correo electrónico de la persona a la que quieres invitar.
4. Asígnale un rol (Miembro o Administrador).
5. La persona invitada recibirá un correo electrónico con instrucciones para unirse a tu organización.

<figure><img src="/files/f783c5024705a2a374f3345d6874683212c43c25" alt=""><figcaption><p>Invitar a un nuevo miembro a tu organización</p></figcaption></figure>

<figure><img src="/files/23d42e9fcb96c2f3c4adbf685570c1e4f2f49aa4" alt="Invite member form"><figcaption><p>Formulario de invitación de miembro</p></figcaption></figure>

<figure><img src="/files/dd15982e84b2beb678c569509a4d87fa3efcacbb" alt="Member role selection"><figcaption><p>Seleccionar roles de miembro</p></figcaption></figure>

### Ver miembros

* Verás una lista de todos los miembros actuales con sus roles mostrados junto a sus nombres.
* Usa la barra de búsqueda en la parte superior para encontrar rápidamente a un miembro por nombre o correo electrónico.

<figure><img src="/files/677c0279d32c609d6867faec4c0c1c42d4f07faa" alt="Members management interface"><figcaption><p>Página de administración de miembros</p></figcaption></figure>

### Cambiar el rol del miembro

<figure><img src="/files/8a683054892ec30d33a3b6bae485034d08c77ba2" alt="Role change confirmation"><figcaption><p>Opciones para cambiar el rol</p></figcaption></figure>

1. Encuentra al miembro en la lista.
2. Haz clic en el menú '…' junto a su nombre.
3. Selecciona Hacer administrador para darle permisos de administrador.

### Eliminar miembro

<figure><img src="/files/008b4b846130b28a287bcfe1f2208e0574354799" alt="Member options menu"><figcaption><p>Opciones de administración de miembros</p></figcaption></figure>

1. Encuentra al miembro en la lista.
2. Haz clic en el menú '…' junto a su nombre.
3. Selecciona Eliminar miembro para quitarlo de la organización.

Así es como administras a los miembros en Morphic. Tú decides quién está en tu organización y qué puede hacer.

***

Si tienes algún problema o alguna pregunta, no dudes en ponerte en contacto. Estaremos encantados de ayudarte. Escríbenos a [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/es/cuenta-y-facturacion/settings/members.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.
