insertNewUser.txt
1.37 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
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
db.Users.insert([{firstName: 'Mukul',creationDate:new Date(),emailId:'mukul@ebix.com',isActive:true,
modifiedDate:new Date(),
lastName:'Rajput',
loginId:'mukul',
modules:[
{
'name' : 'Dissectible Anatomy',
"slug" : "da-view-list"
},
{
"name" : "Atlas Anatomy",
"slug" : "aa-view-list"
},
{
"name" : "3D Anatomy",
"slug" : "3d-anatomy-list"
},
{
"name" : "Clinical Illustrations",
"slug" : "clinical-illustrations"
},
{
"name" : "Clinical Animations",
"slug" : "clinical-animations"
},
{
"name" : "Encyclopedia",
"slug" : "Link/encyclopedia"
},
{
"name" : "Curriculum Builder",
"slug" : "curriculum-builder"
},
{
"name" : "Anatomy Tests",
"slug" : "anatomy-test"
},
{
"name" : "IP 10",
"slug" : "Link/IP-10"
},
{
"name" : "Lab Exercises",
"slug" : "lab-exercises"
},
{
"name" : "In-Depth Reports",
"slug" : "Link/indepth-reports"
},
{
"name" : "Complementary and Alternative Medicine",
"slug" : "Link/complementary-and-alternate-medicine"
},
{
"name" : "A.D.A.M Images",
"slug" : "ADAM-images"
},
{
"name" : "Body Guide",
"slug" : "Link/bodyguide"
},
{
"name" : "Symptom Navigator",
"slug" : "Link/symptom-navigator"
},
{
"name" : "The Wellness Tools",
"slug" : "Link/wellness-tools"
},
{
"name" : "A.D.A.M OnDemand",
"slug" : "ADAM-on-demand"
}
],
password:'mukul123',
userType:'Super Admin'
}])