<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009TSZFUCA5Okta Classic EngineMulti-Factor AuthenticationAnswered2024-02-15T23:07:58.000Z2023-07-18T18:37:46.000Z2023-07-19T19:20:22.000Z
reset_factors api endpoint error - "Unsupported operation."

I have a script working that would get the userID, and then use that ID to make a POST to /api/v1/users/{id}/lifecycle/reset_factors that was working fine. I left it alone for some days, and now I'm able to retrieve the user ID, but when I try to make a request to reset_factors, I get:

{

    "errorCode": "E0000060",

    "errorSummary": "Unsupported operation.",

    "errorLink": "E0000060",

    "errorId": "{errorIDHere}",

    "errorCauses": []

}

 

The API key has not expired.

The access has not changed.

I have a factor registered when doing this reset.

I am able to remove the factor by getting the user ID, then getting the user factors, and using a factorID to delete it, but I would rather know why reset_factors is not working out of nowhere.

 


  • Paul S. (Okta, Inc.)

    Hello @User16897049876939748433 (Customer)​ Thank you for reacting out to our Community!

     

    I have tested the API call on my end and it works as intended. I would recommend that the API call and body do not have any additional information that could cause this issue.

    I would also recommend that you Admin level did not change and to review the script when the API call is being triggered.

     

    Community members help others by clicking Like or Select as Best on responses. Try it today.

    Expand Post
This question is closed.
Loading
reset_factors api endpoint error - "Unsupported operation."