Reset a specific factor

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!

Hi @bdemers, could you please provide me an answer on my question? What’s the method to reset a specific factor? Thanks!

Have you looked at all into the UserFactor delete() method?

1 Like

@andrea Thanks for the reply! Yes, that’s one I was looking for.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.