Autenticación: Bearer JWTDocumentation Index
Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
Use this file to discover all available pages before exploring further.
Response 200
Lista todos los usuarios del tenant.
Autenticación: Bearer JWTDocumentation Index
Fetch the complete documentation index at: https://docs.folyo.cl/llms.txt
Use this file to discover all available pages before exploring further.
{
"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" }
]
}