PasswordReset REST Endpoints

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