-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers_roles.json
More file actions
52 lines (52 loc) · 928 Bytes
/
users_roles.json
File metadata and controls
52 lines (52 loc) · 928 Bytes
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
[
{
"username": "admin",
"type": 1,
"role": "admin"
},
{
"username": "aaswinxicse@gmail.com",
"type": 0,
"role": "student"
},
{
"username": "deepa_mgmt",
"type": 0,
"role": "management"
},
{
"username": "rajan_mgmt",
"type": 0,
"role": "management"
},
{
"username": "arjun_staff",
"type": 0,
"role": "staff"
},
{
"username": "priya_staff",
"type": 0,
"role": "staff"
},
{
"username": "ravi_staff",
"type": 0,
"role": "staff"
},
{
"username": "sneha_emp",
"type": 0,
"role": "employee"
},
{
"username": "karan_emp",
"type": 0,
"role": "employee"
},
{
"username": "divya_emp",
"type": 0,
"role": "employee"
}
]