PasswordReset REST Endpoints
PasswordReset
The operations from the PasswordReset category.
- PasswordReset using current password and userdetails
- Method: postPath:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequests - PasswordReset using current password and userid
- Method: postPath:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequests/${userid} - PasswordReset using current password and userid and idstoreref
- Method: postPath:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequests/${userid}/${idstoreref} - PasswordReset using OTP and userdetails
- Method: postPath:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP - PasswordReset using OTP and userid
- Method: postPath:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP/${userid} - PasswordReset using OTP and userid and idstoreref
- Method: postPath:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP/${userid}/${idstoreref}