Not getting user email & mobile in user profile api
-
https://apiconnect.angelbroking.com/rest/secure/angelbroking/user/v1/getProfile
In the above api response email & mobileno is blank.
Check below response
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": {
"clientcode": "MXXXXXX",
"name": "MAXX XXXXXXXX XXXXXXXX",
"email": "",
"mobileno": "",
"exchanges": [
"nse_fo",
"nse_cm",
"cde_fo",
"ncx_fo",
"bse_fo",
"bse_cm",
"mcx_fo"
],
"products": [
"MARGIN",
"MIS",
"NRML",
"CNC",
"CO",
"BO"
],
"lastlogintime": "",
"broker": ""
}
} -
@PareshBhatiya said in Not getting user email & mobile in user profile api:
Kindly use below Url to get complete profile details
https://apiconnect.angelbroking.com/rest/secure/angelbroking/user/v1/getCompleteProfileRegards,
SmartAPI Team