Loading...
Generate structured mock users for onboarding flows, CRM testing, SaaS demos, and database seeding.
Create realistic test users with names, usernames, emails, and UUIDs.
[
{
"id": "b7b2fd2c-61a9-4bb4-9f19-4046aab6c24b",
"firstName": "Alex",
"lastName": "Parker",
"fullName": "Alex Parker",
"email": "alex.parker.101@example.com",
"username": "alexparker100"
},
{
"id": "1746e22b-a6f4-4ddf-a27e-74f641d6b490",
"firstName": "Jordan",
"lastName": "Stone",
"fullName": "Jordan Stone",
"email": "jordan.stone.102@example.com",
"username": "jordanstone101"
},
{
"id": "a5603f5a-06a1-42e5-9df3-8b2404cdd9ef",
"firstName": "Taylor",
"lastName": "Reed",
"fullName": "Taylor Reed",
"email": "taylor.reed.103@example.com",
"username": "taylorreed102"
}
]