PasswordReset using current password and userid

post

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

An admin authenticated web application can update the user password by using the current and the new password provided to update the password to a new value. The user details can be given as path parameter. This variation of the API is used for users belonging to default idstore in OAM.

Request

Path Parameters
Query Parameters
Body ()
The request object
Root Schema : PasswordResetRequest
Type: object
Show Source
Nested Schema : userdetails
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Password reset response
Body ()
Root Schema : ResetPasswordChallengesResponse
Type: object
Show Source
Nested Schema : messages
Type: array
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