> ## Documentation Index
> Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
> Use this file to discover all available pages before exploring further.

# Invitar usuario

> Envía invitación por email al tenant.

**Autenticación:** Bearer JWT

<CodeGroup>
  ```json Request theme={null}
  {
    "email": "nuevo@empresa.cl",
    "rol": "operador"
  }
  ```

  ```json Response 200 theme={null}
  {
    "message": "Invitacion enviada correctamente",
    "email": "nuevo@empresa.cl",
    "rol": "operador"
  }
  ```
</CodeGroup>

| Código | Descripción                      |
| ------ | -------------------------------- |
| `400`  | Email ya registrado en el tenant |
| `403`  | Sin permisos para invitar        |
