PasswordReset using current password and userid and idstoreref

post

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

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. Both the userid and the idstoreref needs to be specified in this case.

Request

Path Parameters
Query Parameters
  • userdetails object in query parameter. The path parameter takes precedence over query parameter. The query parameter takes the input of the form systemTenant::UserDN::IDSTOREREF::UserID. For example, userdetails=systemTenant::cn=normal,ou=users,dc=ngam,dc=oracle,dc=com::oud::normal.
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