Files
IpList/Server/data/users.json
T
2026-03-09 14:57:57 +03:00

26 lines
440 B
JSON

[
{
"id": "user_1",
"name": "Admin Local",
"ip": "127.0.0.1",
"departmentId": "dept_it"
},
{
"id": "user_2",
"name": "Admin IPv6",
"ip": "::1",
"departmentId": "dept_it"
},
{
"id": "user_3",
"name": "HR Employee",
"ip": "192.168.1.50",
"departmentId": "dept_hr"
},
{
"id": "user_4",
"name": "User 5.181.187.250",
"ip": "5.181.187.250",
"departmentId": null
}
]