PasswordReset using OTP and userid and idstoreref

post

/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP/${userid}/${idstoreref}

An authenticated web application can update the password to be reset for a user using the OTP generated for the user in another rest API call to generate OTP. The ValidateOTPRequest object contains the required information to validate the OTP. These information can be obtained from the REST call to generate the OTP for the user.The path parameter userid and idstoreref are used to uniquely identify the user in OAM.

Request

Path Parameters
Query Parameters
Body ()
The request object
Root Schema : PasswordResetRequestWithOTPRequest
Type: object
Show Source
Nested Schema : ValidateOTPRequest
Type: object
Show Source
Nested Schema : userdetails
Type: object
Show Source

Response

Supported Media Types

200 Response

Password policy assignment
Body ()
Root Schema : PasswordResetWithOTPResponse
Type: object
Show Source
Nested Schema : messages
Type: array
Show Source
Nested Schema : ValidateOTPResponse
Type: object
Show Source
Nested Schema : PolicyMessage
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error