<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
0D54z00006rs3a7CAAOkta Classic EngineAdministrationAnswered2024-04-16T12:12:12.000Z2021-03-11T11:50:09.000Z2021-03-11T11:55:02.000Z

a6v1j (a6v1j) asked a question.

Mass password reset (not using active directory)

I'm looking for a way to reset the passwords for all users in a group, in case of a security breach. We are not using active directory so the Directory > People > Reset passwords feature will not work. Any ideas?


  • SathishK.23283 (Customer)

    you can use the APIs to do in bulk as like below

     

    {{url}}/api/v1/users/{{userId}}

     

    {

      "credentials": {

        "password" : { "value": "{{password}}" }

      }

    }

    Expand Post
This question is closed.
Loading
Mass password reset (not using active directory)