-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
|
|
||
|
|
||
| ==== Password Reset by API Call, 27 Aug 2024 | ||
| John Bigornia, | ||
| John Bigornia, + | ||
| I know there's a password reset feature via security question on the UI. Is it possible to do this through a REST call? This is to test a client self service password reset. | ||
|
|
||
| Dennis Antrobus | ||
| Dennis Antrobus + | ||
| Yes, it's possible to do this via a REST call. An example can be found on this Evolveum docs page by searching for the string "Execute Password Reset" : https://docs.evolveum.com/midpoint/reference/master/interfaces/rest/endpoints/users/#modify-user-objects | ||
|
|
||
| If you use Java in your organization there is also the option of using the MidPoint Client Library to execute these types of operations. See: https://docs.evolveum.com/midpoint/reference/support-4.8/interfaces/midpoint-client-java/ | ||
|
|
||
| John Bigornia | ||
| Hi Dennis. Thanks for the reply. Does this prompt the security questions to be answered? In this example we are using the administrator to reset the password. I'm currently looking for documentation about the resetMethod. I'm assuming there's more than just that one listed in the example | ||
| John Bigornia + | ||
| Hi Dennis. Thanks for the reply. Does this prompt the security questions to be answered? In this example we are using the administrator to reset the password. I'm currently looking for documentation about the resetMethod. I'm assuming there's more than just that one listed in the example + | ||
|
|
||
| TBD: Check API documentation for full list of operations. |