-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanagermate.users.json
More file actions
74 lines (74 loc) · 1.37 KB
/
managermate.users.json
File metadata and controls
74 lines (74 loc) · 1.37 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[{
"_id": {
"$oid": "66b3cc0ebce294cfd5057eea"
},
"FName": "Jackson",
"SName": "Mwangi",
"email": "jackson@gmail.com",
"phone": "+254797955092",
"userType": "admin",
"password": "12345"
},
{
"_id": {
"$oid": "66b3cd43bce294cfd5057eec"
},
"FName": "Alice",
"SName": "Thompson",
"email": "alicethompson@gmail.com",
"phone": "+254792945092",
"userType": "manager",
"password": "12345"
},
{
"_id": {
"$oid": "66b3cd6dbce294cfd5057eed"
},
"FName": "Peter",
"SName": "Tate",
"email": "petertate@gmail.com",
"phone": "+254792945126",
"userType": "user",
"password": "12345"
},
{
"_id": {
"$oid": "66b3cd9abce294cfd5057eee"
},
"FName": "Ann",
"SName": "Nyaboke",
"email": "annnyabs@gmail.com",
"phone": "+254792945321",
"assignedTask": false,
"department": "Finance",
"userType": "user",
"password": "12345"
},
{
"_id": {
"$oid": "66b772d4c986ece62a3cbe2d"
},
"FName": "Mongoose",
"SName": "Master",
"email": "mongoose@gmail.com",
"phone": 254797955092,
"userType": "user",
"assignedTask": false,
"department": "IT",
"password": "12345",
"__v": 0
},
{
"_id": {
"$oid": "66b77809c986ece62a3cbe34"
},
"FName": "Mongo",
"SName": "DB",
"email": "mongo@gmail.com",
"phone": 254797955092,
"userType": "user",
"assignedTask": false,
"department": "IT",
"password": "12345",
"__v": 0
}]