All REST Endpoints

PasswordPolicy
The operations from the PasswordPolicy category.
Get Password policy using userdetails
Method: get
Path: /oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever
Get Password policy using userid
Method: get
Path: /oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever/${userid}
Get Password policy using userid and idstoreref
Method: get
Path: /oam/services/rest/access/api/v1/pswdmanagement/UserPasswordPolicyRetriever/${userid}/${idstoreref}
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}
PasswordValidationRequest
The operations from the PasswordValidationRequest category.
Validate Password using userdetails
Method: post
Path: /oam/services/rest/access/api/v1/pswdmanagement/PasswordValidateRequests
Validate Password using userid
Method: post
Path: /oam/services/rest/access/api/v1/pswdmanagement/PasswordValidateRequests/${userid}
Validate Password using userid and idstoreref
Method: post
Path: /oam/services/rest/access/api/v1/pswdmanagement/PasswordValidateRequests/${userid}/${idstoreref}
UserStatusChanger
The operations from the UserStatusChanger category.
Change user status using userdetails
Method: put
Path: /oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger
Change user status using userid
Method: put
Path: /oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger/${userid}
Change user status using userid and idstoreref
Method: put
Path: /oam/services/rest/access/api/v1/pswdmanagement/UserStatusChanger/${userid}/${idstoreref}