change Password By Identity With Id
POST {{baseUrl}}/api/user/change-password
Changes a user's password using their identity (loginId and password). Using a loginId instead of the changePasswordId bypasses the email verification and allows a password to be changed directly without first calling the #forgotPassword method.
Request Body
{"applicationId"=>"<uuid>", "changePasswordId"=>"<string>", "currentPassword"=>"<string>", "loginId"=>"<string>", "password"=>"<string>", "refreshToken"=>"<string>", "trustChallenge"=>"<string>", "trustToken"=>"<string>", "eventInfo"=>{"deviceDescription"=>"<string>", "deviceName"=>"<string>", "deviceType"=>"<string>", "ipAddress"=>"<string>", "location"=>{"city"=>"<string>", "country"=>"<string>", "latitude"=>"<double>", "longitude"=>"<double>", "region"=>"<string>", "zipcode"=>"<string>", "displayString"=>"<string>"}, "os"=>"<string>", "userAgent"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""