PUT

Auth Change Password

End-Point

This API is used to change the accounts password based on the previous password.

Layer 1 REQUEST

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.
Layer 1 RESPONSE
Output Format
{
  "IsPosted": true
}
Layer 1 REQUEST

Query

apikey*

Header

content-Type
Authorization*

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman

Mobile SDKs