-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
44 lines (44 loc) · 1.52 KB
/
Copy pathdb.json
File metadata and controls
44 lines (44 loc) · 1.52 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
{
"user": [
{
"id": 1,
"name": "Karen Pinto",
"email": "karenpinto1602@gmail.com",
"profile": "https://i.picsum.photos/id/1027/2848/4272.jpg?hmac=EAR-f6uEqI1iZJjB6-NzoZTnmaX0oI0th3z8Y78UpKM",
"status": "Active",
"role": "Admin"
},
{
"id": 2,
"name": "Liesha Kumar",
"email": "sheez_lee@gmail.com",
"profile": "https://i.picsum.photos/id/1026/4621/3070.jpg?hmac=OJ880cIneqAKIwHbYgkRZxQcuMgFZ4IZKJasZ5c5Wcw",
"status": "Active",
"role": "Owner"
},
{
"id": 3,
"name": "Kenneth Pinto",
"email": "kenny@yahoo.in",
"profile": "https://i.picsum.photos/id/1029/4887/2759.jpg?hmac=uMSExsgG8_PWwP9he9Y0LQ4bFDLlij7voa9lU9KMXDE",
"status": "Inactive",
"role": "Member"
},
{
"id": 4,
"name": "Sanchita Suryavanshi",
"email": "sanchi_id@gmail.com",
"profile": "https://i.picsum.photos/id/1037/5760/3840.jpg?hmac=fZe213BcO2KPQEJKChsdHnVYg-6kAtQMTZV24f1fS94",
"status": "Inactive",
"role": "Member"
},
{
"id": 5,
"name": "Mugundan Sridhar",
"email": "mgmgmgmgmg@gmail.com",
"profile": "https://i.picsum.photos/id/103/2592/1936.jpg?hmac=aC1FT3vX9bCVMIT-KXjHLhP6vImAcsyGCH49vVkAjPQ",
"status": "Active",
"role": "Member"
}
]
}