Fix for add users through portal 71/45271/1
authorArul.Nambi <arul.nambi@amdocs.com>
Mon, 30 Apr 2018 13:39:11 +0000 (09:39 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Mon, 30 Apr 2018 13:39:20 +0000 (09:39 -0400)
Issue-ID: AAI-565
Change-Id: Icb9fd857c5821cad20862232084e3bd878d89a1b
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
sparky/appconfig/users.config [new file with mode: 0644]

diff --git a/sparky/appconfig/users.config b/sparky/appconfig/users.config
new file mode 100644 (file)
index 0000000..ce69e88
--- /dev/null
@@ -0,0 +1,20 @@
+[{\r
+    "orgId": null,\r
+    "managerId": null,\r
+    "firstName": "Demo",\r
+    "middleInitial": null,\r
+    "lastName": "User",\r
+    "phone": null,\r
+    "email": "demo@email.com",\r
+    "hrid": null,\r
+    "orgUserId": "demo",\r
+    "orgCode": null,\r
+    "orgManagerUserId": null,\r
+    "jobTitle": null,\r
+    "loginId": "demo",\r
+    "active": false,\r
+    "roles": [{\r
+        "id": 1,\r
+        "name": "View"\r
+    }]\r
+}]
\ No newline at end of file