
DavidR.32530 (Customer) asked a question.
Hello everyone,
I have found that using the API REST a password can be changed (Not tested yet) with following calls:
1) Call to /api/v1/authn/recovery/password with email factor
2) Call to /api/v1/authn/recovery/token using token previously sent to client
3) Call to /api/v1/authn/credentials/reset_password using stateToken returned in step 2.
However, I have not found yet thet equivalent Java methods to do the same procedure using SDK.
Does anyone knows about it?
Thank in advance for any advice and help.

Hi David,
You should be able to find here all the methods that are provided within Okta Java authentication SDK.
https://developer.okta.com/okta-auth-java/apidocs/
If you are not able to find a method that you need you can always download our postman collection and use PostMan to see the code in java behind every call.
Okta Developer Support Team
Thanks a lot Tiberiu, it was really helpful, it was exactly what I was looking for.