Recover Password

POST {{authPath}}/{{envID}}/flows/{{flowID}}

The POST /{{envID}}/flows/{{flowID}} operation initiates an action to recover the account and set a new password. The request body requires the recoveryCode and newPassword attributes. This operation uses the application/vnd.pingidentity.password.recover+json custom media type as the content type in the request header. The password recovery code is 8 alphanumeric characters. The timeout for password recovery is 5 minutes. These attributes are not configurable.

Prerequisites

PropertyTypeRequired?
recoveryCodeStringRequired
newPasswordStringRequired

Request Body

{"recoveryCode"=>"xxxxxx", "newPassword"=>"{{newPassword}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Cookiestring