> ## 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.

# Listar usuarios

> Lista todos los usuarios del tenant.

**Autenticación:** Bearer JWT

```json Response 200 theme={null}
{
  "usuarios": [
    { "id": "usr_abc123", "email": "admin@empresa.cl", "nombre": "Juan Perez", "rol": "owner", "estado": "active", "created_at": "2025-01-15T10:00:00Z" },
    { "id": "usr_def456", "email": "contador@empresa.cl", "nombre": "Maria Lopez", "rol": "operador", "estado": "active", "created_at": "2025-02-01T10:00:00Z" }
  ]
}
```
