-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.json
62 lines (62 loc) · 1.08 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
[
{
"id": "admin",
"name": "NT Infotech",
"password": "Test$1234",
"email": "test@gmail.com",
"gender": "male",
"role": "admin",
"isactive": true,
"address": {
"area": "chennai"
}
},
{
"id": "testuser",
"name": "Test User",
"password": "Test@1234",
"email": "test@in.com",
"gender": "male",
"role": "user",
"isactive": true,
"address": {
"area": "chennai"
}
},
{
"id": "Jhon1",
"name": "NT Infotech",
"password": "Test@1233",
"email": "te@in.com",
"gender": "male",
"role": "tech",
"isactive": true,
"address": {
"area": "chennai"
}
},
{
"id": "ntuser",
"name": "ramesh",
"password": "Test@1234",
"email": "te@in.com",
"gender": "male",
"role": "tech",
"isactive": true,
"address": {
"area": "banglore"
}
},
{
"id": "ntuser",
"name": "ioc",
"password": "Test@1234",
"email": "te@in.com",
"gender": "male",
"role": "tech",
"isactive": true,
"address": {
"area": "banglore"
}
}
]