-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUser.json
322 lines (322 loc) · 8.66 KB
/
User.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
[
{
"FullName": "John Doe",
"UserName": "johndoe123",
"Email": "johndoe@example.com",
"MobileNo": "+1234567890",
"Address": "123 Main Street, Cityville, Country",
"UserCode": "UR00001"
},
{
"FullName": "Jane Smith",
"UserName": "janesmith456",
"Email": "janesmith@example.com",
"MobileNo": "+1987654321",
"Address": "456 Elm Street, Townsville, Country",
"UserCode": "UR00002"
},
{
"FullName": "David Johnson",
"UserName": "davidj88",
"Email": "davidjohnson@example.com",
"MobileNo": "+1122334455",
"Address": "789 Oak Avenue, Villageton, Country",
"UserCode": "UR00003"
},
{
"FullName": "Emily Brown",
"UserName": "emilyb123",
"Email": "emilybrown@example.com",
"MobileNo": "+1555666777",
"Address": "987 Pine Road, Hamletville, Country",
"UserCode": "UR00004"
},
{
"FullName": "Michael Williams",
"UserName": "mikewills",
"Email": "michaelwilliams@example.com",
"MobileNo": "+1444333222",
"Address": "654 Cedar Lane, Ruralville, Country",
"UserCode": "UR00005"
},
{
"FullName": "Sarah Taylor",
"UserName": "saraht",
"Email": "sarahtaylor@example.com",
"MobileNo": "+1888999888",
"Address": "321 Birch Boulevard, Suburbia, Country",
"UserCode": "UR00006"
},
{
"FullName": "Christopher Miller",
"UserName": "chrismill",
"Email": "christophermiller@example.com",
"MobileNo": "+1666777888",
"Address": "753 Maple Drive, Cityburgh, Country",
"UserCode": "UR00007"
},
{
"FullName": "Amanda Wilson",
"UserName": "amandaw",
"Email": "amandawilson@example.com",
"MobileNo": "+1999222111",
"Address": "159 Walnut Street, Townville, Country",
"UserCode": "UR00008"
},
{
"FullName": "Matthew Martinez",
"UserName": "mattm123",
"Email": "matthewmartinez@example.com",
"MobileNo": "+1777888999",
"Address": "852 Cherry Lane, Villageton, Country",
"UserCode": "UR00009"
},
{
"FullName": "Jennifer Anderson",
"UserName": "jennyand",
"Email": "jenniferanderson@example.com",
"MobileNo": "+1333444555",
"Address": "369 Peach Street, Cityville, Country",
"UserCode": "UR00010"
},
{
"FullName": "James Garcia",
"UserName": "jamesg",
"Email": "jamesgarcia@example.com",
"MobileNo": "+1888444222",
"Address": "963 Olive Road, Ruralville, Country",
"UserCode": "UR00011"
},
{
"FullName": "Jessica Martinez",
"UserName": "jessicam",
"Email": "jessicamartinez@example.com",
"MobileNo": "+1999777666",
"Address": "741 Elm Avenue, Suburbia, Country",
"UserCode": "UR00012"
},
{
"FullName": "Robert Wilson",
"UserName": "robw",
"Email": "robertwilson@example.com",
"MobileNo": "+1555333777",
"Address": "258 Oak Drive, Hamletville, Country",
"UserCode": "UR00013"
},
{
"FullName": "Kimberly Lee",
"UserName": "kimlee",
"Email": "kimberlylee@example.com",
"MobileNo": "+1666888999",
"Address": "852 Pine Road, Villageton, Country",
"UserCode": "UR00014"
},
{
"FullName": "Daniel Rodriguez",
"UserName": "danrod",
"Email": "danielrodriguez@example.com",
"MobileNo": "+1222444666",
"Address": "963 Cedar Lane, Cityburgh, Country",
"UserCode": "UR00015"
},
{
"FullName": "Michelle Garcia",
"UserName": "michelleg",
"Email": "michellegarcia@example.com",
"MobileNo": "+1888555666",
"Address": "369 Maple Drive, Ruralville, Country",
"UserCode": "UR00016"
},
{
"FullName": "William Martinez",
"UserName": "willm",
"Email": "williammartinez@example.com",
"MobileNo": "+1999888777",
"Address": "741 Cherry Lane, Suburbia, Country",
"UserCode": "UR00017"
},
{
"FullName": "Elizabeth Clark",
"UserName": "lizclark",
"Email": "elizabethclark@example.com",
"MobileNo": "+1555777888",
"Address": "852 Birch Boulevard, Hamletville, Country",
"UserCode": "UR00018"
},
{
"FullName": "David White",
"UserName": "davew",
"Email": "davidwhite@example.com",
"MobileNo": "+1666999888",
"Address": "963 Pine Road, Villageton, Country",
"UserCode": "UR00019"
},
{
"FullName": "Megan Lewis",
"UserName": "meglew",
"Email": "meganlewis@example.com",
"MobileNo": "+1222555777",
"Address": "369 Oak Avenue, Cityburgh, Country",
"UserCode": "UR00020"
},
{
"FullName": "Andrew Hernandez",
"UserName": "andrewh",
"Email": "andrewhernandez@example.com",
"MobileNo": "+1888666555",
"Address": "741 Elm Street, Ruralville, Country",
"UserCode": "UR00021"
},
{
"FullName": "Samantha Young",
"UserName": "sammyy",
"Email": "samanthayoung@example.com",
"MobileNo": "+1999999888",
"Address": "852 Oak Drive, Suburbia, Country",
"UserCode": "UR00022"
},
{
"FullName": "Joseph Gonzalez",
"UserName": "joego",
"Email": "josephgonzalez@example.com",
"MobileNo": "+1555888999",
"Address": "963 Cedar Lane, Hamletville, Country",
"UserCode": "UR00023"
},
{
"FullName": "Nicole Hall",
"UserName": "nickyh",
"Email": "nicolehall@example.com",
"MobileNo": "+1666111222",
"Address": "369 Pine Road, Villageton, Country",
"UserCode": "UR00024"
},
{
"FullName": "Anthony Young",
"UserName": "tonyy",
"Email": "anthonyyoung@example.com",
"MobileNo": "+1222666333",
"Address": "741 Cherry Lane, Cityburgh, Country",
"UserCode": "UR00025"
},
{
"FullName": "Melissa Hernandez",
"UserName": "melhern",
"Email": "melissahernandez@example.com",
"MobileNo": "+1888777666",
"Address": "852 Maple Drive, Ruralville, Country",
"UserCode": "UR00026"
},
{
"FullName": "Ryan Martin",
"UserName": "ryanm",
"Email": "ryanmartin@example.com",
"MobileNo": "+1999666555",
"Address": "963 Birch Boulevard, Suburbia, Country",
"UserCode": "UR00027"
},
{
"FullName": "Lauren Thompson",
"UserName": "lthomp",
"Email": "laurenthompson@example.com",
"MobileNo": "+1555999444",
"Address": "369 Cedar Lane, Hamletville, Country",
"UserCode": "UR00028"
},
{
"FullName": "Kevin Jackson",
"UserName": "kevjack",
"Email": "kevinjackson@example.com",
"MobileNo": "+1888222555",
"Address": "741 Oak Avenue, Cityville, Country",
"UserCode": "UR00029"
},
{
"FullName": "Alicia Roberts",
"UserName": "aliciar",
"Email": "aliciaroberts@example.com",
"MobileNo": "+1999666888",
"Address": "963 Elm Street, Ruralville, Country",
"UserCode": "UR00030"
},
{
"FullName": "Brian Davis",
"UserName": "briand",
"Email": "briandavis@example.com",
"MobileNo": "+1555222111",
"Address": "369 Oak Avenue, Townsville, Country",
"UserCode": "UR00031"
},
{
"FullName": "Catherine Scott",
"UserName": "cathscott",
"Email": "catherinescott@example.com",
"MobileNo": "+1666999555",
"Address": "852 Pine Road, Cityburgh, Country",
"UserCode": "UR00032"
},
{
"FullName": "Peter Lee",
"UserName": "peterl",
"Email": "peterlee@example.com",
"MobileNo": "+1222777888",
"Address": "741 Cedar Lane, Hamletville, Country",
"UserCode": "UR00033"
},
{
"FullName": "Michelle Phillips",
"UserName": "michp",
"Email": "michellephillips@example.com",
"MobileNo": "+1888444111",
"Address": "963 Maple Drive, Villageton, Country",
"UserCode": "UR00034"
},
{
"FullName": "Ryan Perez",
"UserName": "ryanp",
"Email": "ryanperez@example.com",
"MobileNo": "+1999333666",
"Address": "369 Cherry Lane, Suburbia, Country",
"UserCode": "UR00035"
},
{
"FullName": "Emily Harris",
"UserName": "emharris",
"Email": "emilyharris@example.com",
"MobileNo": "+1555444777",
"Address": "852 Birch Boulevard, Ruralville, Country",
"UserCode": "UR00036"
},
{
"FullName": "Alex Turner",
"UserName": "alext",
"Email": "alexturner@example.com",
"MobileNo": "+1666222999",
"Address": "963 Oak Avenue, Cityville, Country",
"UserCode": "UR00037"
},
{
"FullName": "Rachel King",
"UserName": "rachelk",
"Email": "rachelking@example.com",
"MobileNo": "+1222888333",
"Address": "741 Elm Street, Hamletville, Country",
"UserCode": "UR00038"
},
{
"FullName": "Nathan Reed",
"UserName": "nathanr",
"Email": "nathanreed@example.com",
"MobileNo": "+1888111222",
"Address": "369 Pine Road, Townsville, Country",
"UserCode": "UR00039"
},
{
"FullName": "Jessica Turner",
"UserName": "jesst",
"Email": "jessicaturner@example.com",
"MobileNo": "+1999000444",
"Address": "852 Cherry Lane, Villageton, Country",
"UserCode": "UR00040"
}
]