-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.json
85 lines (85 loc) · 1.89 KB
/
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
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"users": [
{
"guid": "7302a5c9-f12e-45e7-a376-a9f05e4b88fc",
"name": {
"first": "Jennifer",
"last": "Madden"
},
"email": "[email protected]",
"phone": "+353823452345"
},
{
"guid": "f45e4343-6dfb-4085-b249-975e8d707b2e",
"name": {
"first": "Bob",
"last": "Bertler"
},
"email": "[email protected]",
"phone": "+353880456445"
},
{
"guid": "39bb60c9-cc52-4edd-a213-a8176f2d4d1c",
"name": {
"first": "Lisa",
"last": "Masterson"
},
"email": "[email protected]",
"phone": "+353823423423"
},
{
"guid": "2aaa1a3d-d56c-45a7-b1f5-c6d57626ba35",
"name": {
"first": "Nelson",
"last": ""
},
"email": "[email protected]",
"phone": "+353856456456"
},
{
"guid": "51944eee-7eb4-4ecb-99e2-981d05f85e1e",
"name": {
"first": "Fred",
"last": "Walsh"
},
"email": "[email protected]",
"phone": "+353878234567"
},
{
"guid": "62d2c77e-6297-43b7-864c-042ca1ee715d",
"name": {
"first": "Geoff",
"last": "Lanegan"
},
"email": "[email protected]",
"phone": "+353845645645"
},
{
"guid": "f26c5535-e9fa-4a44-aee7-d0e5d9219e8b",
"name": {
"first": "Brian",
"last": "Sullivan"
},
"email": "[email protected]",
"phone": "+353823456776"
},
{
"guid": "587bf323-5b7b-43ca-a88f-a1e9c884c7cc",
"name": {
"first": "Lisa",
"last": "Desmond"
},
"email": "[email protected]",
"phone": "+353834543543"
},
{
"guid": "cd3515f2-9b52-42ea-9f3c-e6daaf65249a",
"name": {
"first": "Derek",
"last": "Proctor"
},
"email": "[email protected]",
"phone": "+353878634234"
}
]
}