-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
46 lines (46 loc) · 1.04 KB
/
users.json
File metadata and controls
46 lines (46 loc) · 1.04 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
{
"users": [
{
"userId": 1,
"firstName": "Ch'Troka",
"lastName": "Kular",
"phoneNumber": "706-534-3059",
"emailAddress": "ChTrokaKular@jourrapide.com"
},
{
"userId": 2,
"firstName": "L'Lana",
"lastName": "Boral",
"phoneNumber": "352-532-9226",
"emailAddress": "LLanaBoral@dayrep.com"
},
{
"userId": 3,
"firstName": "Targho",
"lastName": "Treth",
"phoneNumber": "516-835-5380",
"emailAddress": "TarghoTreth@armyspy.com"
},
{
"userId": 4,
"firstName": "Kornan",
"lastName": "Mivoloss",
"phoneNumber": "229-268-0847",
"emailAddress": "KornanMivoloss@rhyta.com"
},
{
"userId": 5,
"firstName": "L'Lursa",
"lastName": "Dok'Marr",
"phoneNumber": "806-758-2322",
"emailAddress": "LLursaDokMarr@dayrep.com"
},
{
"userId": 6,
"firstName": "Roda",
"lastName": "D'Ghor",
"phoneNumber": "301-831-1905",
"emailAddress": "RodaDGhor@jourrapide.com"
}
]
}