summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-04-30 09:39:11 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-04-30 09:39:20 -0400
commit662e4d68a881645f596a284c569c874dbde20f13 (patch)
tree1972fa3c74672b6b556b8420d4510c1b41ff631d
parent28a7d366576335b71a99c5a572e68747246d6b70 (diff)
Fix for add users through portal
Issue-ID: AAI-565 Change-Id: Icb9fd857c5821cad20862232084e3bd878d89a1b Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r--sparky/appconfig/users.config20
1 files changed, 20 insertions, 0 deletions
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