69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
[
|
|
{
|
|
"username": "admin_user",
|
|
"password": "pbkdf2:sha256:1000000$examplehash$...",
|
|
"defaultLocation": "LINDS",
|
|
"active": true,
|
|
"permissions": {
|
|
"manage_users": true,
|
|
"view_reports": true,
|
|
"create_quotes": true
|
|
},
|
|
"locationSettings": {
|
|
"LINDS": {
|
|
"accessible": true,
|
|
"permissions": {
|
|
"manage_inventory": true,
|
|
"approve_quotes": true
|
|
}
|
|
},
|
|
"IOLA": {
|
|
"accessible": true,
|
|
"permissions": {
|
|
"manage_inventory": false,
|
|
"approve_quotes": true
|
|
}
|
|
},
|
|
"KC": {
|
|
"accessible": false
|
|
},
|
|
"BMD": {
|
|
"accessible": false
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"username": "standard_user",
|
|
"password": "pbkdf2:sha256:1000000$examplehash2$...",
|
|
"defaultLocation": "KC",
|
|
"active": true,
|
|
"permissions": {
|
|
"manage_users": false,
|
|
"view_reports": true,
|
|
"create_quotes": true
|
|
},
|
|
"locationSettings": {
|
|
"LINDS": {
|
|
"accessible": true,
|
|
"permissions": {
|
|
"manage_inventory": false,
|
|
"approve_quotes": false
|
|
}
|
|
},
|
|
"IOLA": {
|
|
"accessible": true
|
|
},
|
|
"KC": {
|
|
"accessible": true,
|
|
"permissions": {
|
|
"manage_inventory": false,
|
|
"approve_quotes": false
|
|
}
|
|
},
|
|
"BMD": {
|
|
"accessible": true
|
|
}
|
|
}
|
|
}
|
|
]
|