From 662e4d68a881645f596a284c569c874dbde20f13 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Mon, 30 Apr 2018 09:39:11 -0400 Subject: [PATCH] Fix for add users through portal Issue-ID: AAI-565 Change-Id: Icb9fd857c5821cad20862232084e3bd878d89a1b Signed-off-by: Arul.Nambi --- sparky/appconfig/users.config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sparky/appconfig/users.config 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 -- 2.16.6