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: string
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.
The request object
Root Schema : PasswordResetRequestWithOTPRequest
Type:
Show Source
object
-
otp:
object ValidateOTPRequest
-
password:
string
User password
-
username:
object userdetails
Nested Schema : ValidateOTPRequest
Type:
Show Source
object
-
appName(required):
string
Name defining calling app.
-
correlationId(required):
string
CorrelationId returned by createOTP api.
-
otpCode(required):
string
User entered otp code to be validated.
-
sessionId:
string
SessionId associated with OTP generation.
-
userId(required):
string
Username of user to generate OTP code for.
Nested Schema : userdetails
Type:
Show Source
object
-
dn:
string
the distinguished name of the user in the identity store
-
idstoreref:
string
idstore that the user belongs to
-
tenantname:
string
tenant name. Its always systemTenant
-
username:
string
the short name of the user
Response
Supported Media Types
- application/json
200 Response
Password policy assignment
Nested Schema : ValidateOTPResponse
Type:
Show Source
object
-
message:
string
Message describing error, if any.
-
minorCode:
string
Minor code indicating error details.
-
resultCode:
string
Respose code indicating success (0) or error.
401 Response
Unauthorized
404 Response
Requested entity not found
500 Response
Internal Server Error