ed3adafe66f2902fea23e4efa37581cab848c7f9
[sdc.git] / catalog-be / src / main / resources / scripts / sdcBePy / users / data / users.json
1 [
2   {
3     "userId": "demo",
4     "firstName": "demo",
5     "lastName": "demo",
6     "role": "ADMIN",
7     "email": "demo@openecomp.org"
8   },
9   {
10     "userId": "gv0001",
11     "firstName": "Giuseppe",
12     "lastName": "Verdi",
13     "role": "GOVERNOR",
14     "email": "gv0001@openecomp.org"
15   },
16   {
17     "userId": "jh0003",
18     "firstName": "Jimmy",
19     "lastName": "Hendrix",
20     "role": "Admin",
21     "email": "jh0003@openecomp.org"
22   },
23   {
24     "userId": "jm0007",
25     "firstName": "Joni",
26     "lastName": "Mitchell",
27     "role": "TESTER",
28     "email": "jm0007@openecomp.org"
29   },
30   {
31     "userId": "cs0008",
32     "firstName": "Carlos",
33     "lastName": "Santana",
34     "role": "DESIGNER",
35     "email": "cs0008r@openecomp.org"
36   }
37 ]