-
- arthanarisamy Online
-
- Posts:21
- Joined:Tue Jul 03, 2018 4:07 pm
- Company Name:i-exceed
Mon Jul 22, 2019 10:57 am
Hi saibharadwaj,
If I understand it right hope you are trying to register the user by himself/herself post which he/she will be able to use the same credentials to login and use the application.
Kindly use "appzillonUserRegistration" internal interfaceId for the above said case.
"appzillonCreateUser" is another internal interface which is widely used by Admin application for user creation.
Below is the request JSON structure
{
"appzillonBody": {
"appzillonUserRegistrationRequest": {
"smsRequiredPhone1": "Y",
"smsRequiredPhone2": "N",
"ussdRequired": "Y",
"profilePic": "",
"appId": "Admin",
"Devices": [
{
"deviceName": "new Device",
"status": "ACTIVE",
"deviceId": "device1"
}
],
"phone2": "",
"extIdentifier": "",
"email1": "
user@abcd.com",
"password": "pin@1231",
"phone1": "999998888",
"email2": "",
"addr1": "adr1",
"addr2": "",
"addr3": "",
"addr4": "",
"roles": [
],
"userId": "userid",
"userStatus": {
"loginTime": "",
"loginStatus": "",
"userLocked": ""
},
"userName": "username",
"language": "en",
"secondarySmsRequired": "N",
"addInfo1": "",
"addInfo2": "",
"addInfo3": "",
"addInfo4": "",
"addInfo5": ""
}
},
"appzillonHeader": {
"appId": "Admin",
"deviceId": "WEB",
"sessionId": "MKyH1lzXeGPrwcesS0leWS2SV882i2Yj",
"userId": "userid",
"status": true,
"requestKey": "0.3884210642462841",
"interfaceId": "appzillonUserRegistration",
"screenId": ""
}
}
Thanks,
Arthanarisamy