Auth Change Password
End-Point
This API is used to change the accounts password based on the previous password.
- Definition
- Try It Out
- Code
Get Parameters
apikey :
LoginRadius API Key [REQUIRED]
Headers Parameters
Authorization :
Bearer <ACCESS_TOKEN> (User's access token) [REQUIRED]
Post Parameters
oldpassword :
User's current password [REQUIRED]
newpassword :
User's new password [REQUIRED]
g-recaptcha-response :
Required to pass the acknowledgement received by Google in Google recaptcha authorisation process when the API has been protected under the Bot Protection feature.
Output Format
{ "IsPosted": true }
Error Codes
Possible Error Codes :
901, 905, 906, 908, 909, 920, 922, 967, 982, 984, 991, 1015, 1038, 1079, 1081, 1083, 1090, 1132, 1134, 1144, 1148, 1216
More Details :