PasswordReset RESTエンドポイント
PasswordReset
PasswordResetカテゴリの操作。
- 現在のパスワードおよびuserdetailsを使用したPasswordReset
- メソッド: postパス:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequests - 現在のパスワードおよびuseridを使用したPasswordReset
- メソッド: postパス:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequests/${userid} - 現在のパスワードおよびuseridとidstorerefを使用したPasswordReset
- メソッド: postパス:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequests/${userid}/${idstoreref} - OTPおよびuserdetailsを使用したPasswordReset
- メソッド: postパス:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP - OTPおよびuseridを使用したPasswordReset
- メソッド: postパス:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP/${userid} - OTPおよびuseridとidstorerefを使用したPasswordReset
- メソッド: postパス:
/oam/services/rest/access/api/v1/pswdmanagement/PasswordResetRequestsWithOTP/${userid}/${idstoreref}