PasswordReset using OTP and userdetails

post

/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP

An authenticated web application can update the password or challenges to be reset for a user uniquely identified by query parameter or the request object . The query parameter takes precendence if present over the request object and is of the form systemTenant::UserDN::IDSTOREREF::UserID. For example, userdetails=systemTenant::cn=normal,ou=users,dc=ngam,dc=oracle,dc=com::oud::normal.

Request

Query Parameters
  • userdetails object in 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 : 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