From 6785b8266edb9387aaad08abe1f84e53518d2813 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 16 Oct 2024 11:26:56 -0500 Subject: [PATCH] Update password-reset-by-api.adoc --- docs/password-reset-by-api.adoc | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/password-reset-by-api.adoc b/docs/password-reset-by-api.adoc index 8dad4fd..29f38e7 100644 --- a/docs/password-reset-by-api.adoc +++ b/docs/password-reset-by-api.adoc @@ -1,18 +1,15 @@ - -John Bigornia - Aug 27th at 13:55 -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. If not, will this be a feature in the future? (edited) -2 replies - +==== Password Reset by API Call 27 Aug 2024 +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 - Aug 30th at 14:13 -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/ +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 - Sep 5th at 15:39 -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 (edited) +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.