Created
September 17, 2025 11:45
-
-
Save philharmonie/eb3e062c3e19ba9ecb9aae5c2bfd4859 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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