PasswordReset using OTP and userid

post

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

An authenticated web application can update the password or challenges to be reset for a user uniquely identified by canonical userid in OAM. 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 are used to uniquely identify the user in OAM's default idstore. This call assumes that user is present in the default identity store.

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
Back to Top

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
Back to Top