diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-04-30 09:39:11 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-04-30 09:39:20 -0400 |
commit | 662e4d68a881645f596a284c569c874dbde20f13 (patch) | |
tree | 1972fa3c74672b6b556b8420d4510c1b41ff631d /sparky/appconfig | |
parent | 28a7d366576335b71a99c5a572e68747246d6b70 (diff) |
Fix for add users through portal
Issue-ID: AAI-565
Change-Id: Icb9fd857c5821cad20862232084e3bd878d89a1b
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'sparky/appconfig')
-rw-r--r-- | sparky/appconfig/users.config | 20 |
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 |