-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers-array.json
More file actions
56 lines (56 loc) · 1.1 KB
/
Copy pathusers-array.json
File metadata and controls
56 lines (56 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"id": 1001,
"name": "Mina Tanaka",
"email": "mina@example.com",
"role": "admin",
"active": true,
"createdAt": "2026-07-01T10:30:00Z",
"profile": {
"department": "Engineering",
"timezone": "Asia/Tokyo"
},
"tags": [
"beta",
"schema"
]
},
{
"id": 1002,
"name": "Zoe Rivera",
"email": "zoe@example.com",
"role": "editor",
"active": true,
"createdAt": "2026-07-03T14:05:00Z",
"profile": {
"department": "Operations",
"timezone": "America/Los_Angeles"
}
},
{
"id": 1003,
"name": "Kai Morgan",
"email": "kai@example.com",
"role": "viewer",
"active": false,
"createdAt": "2026-07-08T08:45:00Z",
"profile": {
"department": "Support",
"timezone": "Europe/London"
},
"lastLoginAt": null
},
{
"id": 1004,
"name": "Avery Chen",
"email": "avery@example.com",
"role": "editor",
"active": true,
"createdAt": "2026-07-09T16:20:00Z",
"profile": {
"department": "Product",
"timezone": "Asia/Singapore"
},
"quota": 250
}
]