[
{
"id": 1,
"username": "admin",
"email": "admin@example.com",
"role": "administrator",
"active": true,
"createdAt": "2024-01-01T00:00:00Z"
},
{
"id": 2,
"username": "testuser1",
"email": "testuser1@example.com",
"role": "user",
"active": true,
"createdAt": "2024-01-15T10:30:00Z"
},
{
"id": 3,
"username": "testuser2",
"email": "testuser2@example.com",
"role": "user",
"active": true,
"createdAt": "2024-02-01T14:20:00Z"
},
{
"id": 4,
"username": "inactive_user",
"email": "inactive@example.com",
"role": "user",
"active": false,
"createdAt": "2024-01-10T08:00:00Z"
},
{
"id": 5,
"username": "moderator",
"email": "mod@example.com",
"role": "moderator",
"active": true,
"createdAt": "2024-01-20T16:45:00Z"
}
]