From: Arul.Nambi Date: Mon, 30 Apr 2018 13:39:11 +0000 (-0400) Subject: Fix for add users through portal X-Git-Tag: 2.0.0-ONAP~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=662e4d68a881645f596a284c569c874dbde20f13 Fix for add users through portal Issue-ID: AAI-565 Change-Id: Icb9fd857c5821cad20862232084e3bd878d89a1b Signed-off-by: Arul.Nambi --- diff --git a/sparky/appconfig/users.config b/sparky/appconfig/users.config new file mode 100644 index 0000000..ce69e88 --- /dev/null +++ b/sparky/appconfig/users.config @@ -0,0 +1,20 @@ +[{ + "orgId": null, + "managerId": null, + "firstName": "Demo", + "middleInitial": null, + "lastName": "User", + "phone": null, + "email": "demo@email.com", + "hrid": null, + "orgUserId": "demo", + "orgCode": null, + "orgManagerUserId": null, + "jobTitle": null, + "loginId": "demo", + "active": false, + "roles": [{ + "id": 1, + "name": "View" + }] +}] \ No newline at end of file