Skip to content

Instantly share code, notes, and snippets.

@philharmonie
Created September 17, 2025 11:45
Show Gist options
  • Save philharmonie/eb3e062c3e19ba9ecb9aae5c2bfd4859 to your computer and use it in GitHub Desktop.
Save philharmonie/eb3e062c3e19ba9ecb9aae5c2bfd4859 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": "Alice Müller",
"email": "[email protected]",
"role": "admin"
},
{
"id": 2,
"name": "Bob Schneider",
"email": "[email protected]",
"role": "editor"
},
{
"id": 3,
"name": "Clara Fischer",
"email": "[email protected]",
"role": "viewer"
},
{
"id": 4,
"name": "David Weber",
"email": "[email protected]",
"role": "viewer"
},
{
"id": 5,
"name": "Eva Braun",
"email": "[email protected]",
"role": "editor"
},
{
"id": 6,
"name": "Felix Hofmann",
"email": "[email protected]",
"role": "admin"
},
{
"id": 7,
"name": "Greta Vogel",
"email": "[email protected]",
"role": "viewer"
},
{
"id": 8,
"name": "Hans Krause",
"email": "[email protected]",
"role": "editor"
},
{
"id": 9,
"name": "Ines Schmitt",
"email": "[email protected]",
"role": "viewer"
},
{
"id": 10,
"name": "Jonas Wolf",
"email": "[email protected]",
"role": "admin"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment