Realistic mock users with id, name, email, role, department, avatar, and timestamps. Free to use, no attribution required — copy it, download it, or open it directly in the JSON Formatter. Runs entirely in your browser.
[
{
"id": 1,
"name": "Alice Johnson",
"email": "alice.johnson@example.com",
"role": "admin",
"department": "Engineering",
"avatar": "https://i.pravatar.cc/150?img=1",
"active": true,
"createdAt": "2023-01-15T08:30:00Z",
"lastLogin": "2024-03-10T14:22:11Z"
},
{
"id": 2,
"name": "Bob Martinez",
"email": "bob.martinez@example.com",
"role": "developer",
"department": "Engineering",
"avatar": "https://i.pravatar.cc/150?img=2",
"active": true,
"createdAt": "2023-02-20T09:15:00Z",
"lastLogin": "2024-03-12T09:05:33Z"
},
{
"id": 3,
"name": "Carol White",
"email": "carol.white@example.com",
"role": "designer",
"department": "Product",
"avatar": "https://i.pravatar.cc/150?img=3",
"active": true,
"createdAt": "2023-03-05T11:00:00Z",
"lastLogin": "2024-03-11T16:45:20Z"
},
{
"id": 4,
"name": "David Kim",
"email": "david.kim@example.com",
"role": "developer",
"department": "Engineering",
"avatar": "https://i.pravatar.cc/150?img=4",
"active": false,
"createdAt": "2023-04-10T10:30:00Z",
"lastLogin": "2024-01-20T11:30:00Z"
},
{
"id": 5,
"name": "Emma Chen",
"email": "emma.chen@example.com",
"role": "manager",
"department": "Product",
"avatar": "https://i.pravatar.cc/150?img=5",
"active": true,
"createdAt": "2023-05-18T14:00:00Z",
"lastLogin": "2024-03-13T08:15:44Z"
},
{
"id": 6,
"name": "Frank Wilson",
"email": "frank.wilson@example.com",
"role": "developer",
"department": "Engineering",
"avatar": "https://i.pravatar.cc/150?img=6",
"active": true,
"createdAt": "2023-06-22T09:45:00Z",
"lastLogin": "2024-03-12T17:20:05Z"
},
{
"id": 7,
"name": "Grace Lee",
"email": "grace.lee@example.com",
"role": "analyst",
"department": "Data",
"avatar": "https://i.pravatar.cc/150?img=7",
"active": true,
"createdAt": "2023-07-30T13:30:00Z",
"lastLogin": "2024-03-10T10:55:18Z"
},
{
"id": 8,
"name": "Henry Brown",
"email": "henry.brown@example.com",
"role": "devops",
"department": "Engineering",
"avatar": "https://i.pravatar.cc/150?img=8",
"active": true,
"createdAt": "2023-08-14T08:00:00Z",
"lastLogin": "2024-03-13T12:40:29Z"
},
{
"id": 9,
"name": "Iris Patel",
"email": "iris.patel@example.com",
"role": "designer",
"department": "Marketing",
"avatar": "https://i.pravatar.cc/150?img=9",
"active": false,
"createdAt": "2023-09-02T15:15:00Z",
"lastLogin": "2024-02-28T14:10:00Z"
},
{
"id": 10,
"name": "James Thompson",
"email": "james.thompson@example.com",
"role": "admin",
"department": "IT",
"avatar": "https://i.pravatar.cc/150?img=10",
"active": true,
"createdAt": "2023-10-11T10:00:00Z",
"lastLogin": "2024-03-13T09:30:55Z"
}
]