73 lines
1.2 KiB
JSON
73 lines
1.2 KiB
JSON
{
|
|
"groups": [
|
|
{
|
|
"id": 1,
|
|
"name": "auto",
|
|
"label": "Auto"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "zug",
|
|
"label": "Zug"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "flugzeug",
|
|
"label": "Flugzeug"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "fahrrad",
|
|
"label": "Fahrrad"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "zu_fusz",
|
|
"label": "zu Fuß"
|
|
}
|
|
],
|
|
"admins": [
|
|
{
|
|
"name": "admin",
|
|
"email_address": "admin@example.org",
|
|
"password": "admin"
|
|
}
|
|
],
|
|
"members": [
|
|
{
|
|
"id": 1,
|
|
"name": "alexandra",
|
|
"label": "Alexandra Ahorn",
|
|
"email_address": "alex-rockt@example.org",
|
|
"groups": [1, 2, 3]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "berthold",
|
|
"label": "Berthold Buche",
|
|
"email_address": "bert-ohne-ernie@example.org",
|
|
"groups": [4, 5, 2]
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "charlotte",
|
|
"label": "Charlotte Castania",
|
|
"email_address": "charly-the-unicorn@example.org",
|
|
"groups": [4, 1]
|
|
}
|
|
],
|
|
"invitations": [
|
|
{
|
|
"id": 1,
|
|
"name_changeable": false,
|
|
"name_value": "daniel",
|
|
"label_changeable": true,
|
|
"label_value": "Daniel Distel",
|
|
"email_address_changeable": true,
|
|
"email_address_value": "duesentrieb@example.org",
|
|
"groups_changeable": false,
|
|
"groups_value": [3, 5]
|
|
}
|
|
]
|
|
}
|
|
|