All REST Endpoints
PasswordPolicy
The operations from the PasswordPolicy category.
- Get Password policy using userdetails
- Method: getPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever - Get Password policy using userid
- Method: getPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever/${userid} - Get Password policy using userid and idstoreref
- Method: getPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever/${userid}/${idstoreref}
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}
UserStatusChanger
The operations from the UserStatusChanger category.
- Change user status using userdetails
- Method: putPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger - Change user status using userid
- Method: putPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger/${userid} - Change user status using userid and idstoreref
- Method: putPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger/${userid}/${idstoreref} - Get user status using userdetails query parameter
- Method: getPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusRetriever' - Get user status using userid and idstoreref
- Method: getPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusRetriever/${userid}' - Get user status using userid and idstoreref
- Method: getPath:
/oam/services/rest/access/api/v1/pswdmanagement/UserStatusRetriever/${userid}/${idstoreref}'