mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 21:20:41 +00:00
56 lines
1.3 KiB
Text
56 lines
1.3 KiB
Text
|
|
{
|
||
|
|
"users": [
|
||
|
|
{
|
||
|
|
"username": "admin",
|
||
|
|
"email": "admin@example.com",
|
||
|
|
"password": "change-me-in-production",
|
||
|
|
"enabled": true,
|
||
|
|
"email_verified": true,
|
||
|
|
"properties": {
|
||
|
|
"department": "IT",
|
||
|
|
"role": "administrator",
|
||
|
|
"display_name": "System Administrator"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"username": "alice",
|
||
|
|
"email": "alice@example.com",
|
||
|
|
"password": "alice-secure-password",
|
||
|
|
"enabled": true,
|
||
|
|
"email_verified": false,
|
||
|
|
"properties": {
|
||
|
|
"department": "Engineering",
|
||
|
|
"role": "developer",
|
||
|
|
"display_name": "Alice Johnson",
|
||
|
|
"team": "Platform"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"username": "bob",
|
||
|
|
"email": "bob@example.com",
|
||
|
|
"password": "bob-secure-password",
|
||
|
|
"enabled": true,
|
||
|
|
"email_verified": true,
|
||
|
|
"properties": {
|
||
|
|
"department": "Product",
|
||
|
|
"role": "product_manager",
|
||
|
|
"display_name": "Bob Smith"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"username": "charlie",
|
||
|
|
"email": "charlie@example.com",
|
||
|
|
"password": "charlie-secure-password",
|
||
|
|
"enabled": false,
|
||
|
|
"email_verified": false,
|
||
|
|
"properties": {
|
||
|
|
"department": "Engineering",
|
||
|
|
"role": "developer",
|
||
|
|
"display_name": "Charlie Brown",
|
||
|
|
"team": "Backend",
|
||
|
|
"note": "Account disabled - pending onboarding"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|