-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonodbTask.users.json
72 lines (72 loc) · 1.27 KB
/
monodbTask.users.json
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
[{
"_id": {
"$oid": "65f83c0584ad52ce89a1b922"
},
"userid": 1,
"name": "John Doe",
"email": "[email protected]",
"mentorallocated": 1
},
{
"_id": {
"$oid": "65f83c0584ad52ce89a1b923"
},
"userid": 2,
"name": "Jane Smith",
"email": "[email protected]",
"mentorallocated": 2
},
{
"_id": {
"$oid": "65f83c0584ad52ce89a1b924"
},
"userid": 3,
"name": "Michael Johnson",
"email": "[email protected]",
"mentorallocated": 3
},
{
"_id": {
"$oid": "65f83c0584ad52ce89a1b925"
},
"userid": 4,
"name": "Emily Brown",
"email": "[email protected]",
"mentorallocated": 1
},
{
"_id": {
"$oid": "65f83c0584ad52ce89a1b926"
},
"userid": 5,
"name": "David Wilson",
"email": "[email protected]",
"mentorallocated": 2
},
{
"_id": {
"$oid": "65f83c0584ad52ce89a1b927"
},
"userid": 6,
"name": "Sarah Lee",
"email": "[email protected]",
"mentorallocated": 3
},
{
"_id": {
"$oid": "65f83c0584ad52ce89a1b928"
},
"userid": 7,
"name": "Matthew Taylor",
"email": "[email protected]",
"mentorallocated": 1
},
{
"_id": {
"$oid": "65f83c0584ad52ce89a1b929"
},
"userid": 8,
"name": "Olivia Martinez",
"email": "[email protected]",
"mentorallocated": 2
}]