すべてのRESTエンドポイント
PasswordPolicy
PasswordPolicyカテゴリの操作。
- userdetailsを使用したパスワード・ポリシーの取得
- メソッド: getパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever - useridを使用したパスワード・ポリシーの取得
- メソッド: getパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever/${userid} - useridおよびidstorerefを使用したパスワード・ポリシーの取得
- メソッド: getパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever/${userid}/${idstoreref}
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}
UserStatusChanger
UserStatusChangerカテゴリの操作。
- userdetailsを使用したユーザー・ステータスの変更
- メソッド: putパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger - useridを使用したユーザー・ステータスの変更
- メソッド: putパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger/${userid} - useridおよびidstorerefを使用したユーザー・ステータスの変更
- メソッド: putパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger/${userid}/${idstoreref} - userdetails問合せパラメータを使用したユーザー・ステータスの取得
- メソッド: getパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusRetriever' - useridおよびidstorerefを使用したユーザー・ステータスの取得
- メソッド: getパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusRetriever/${userid}' - useridおよびidstorerefを使用したユーザー・ステータスの取得
- メソッド: getパス:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusRetriever/${userid}/${idstoreref}'