Hi, I’m developing a custom UI to allow the user to setup and remove factors using Okta’s Java SDK. What is the method for the API that only resets a specific factor for a given factorId?
I see a User::resetFactors(). But that’s not what I want. I do not want to reset all of the factors at once. Also, where is the API documentation for POST - /api/v1/users/{userId}/lifecycle/reset_factors? For some reason, I’m not able to find it on the Factor API
Thanks!