Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Bulk Password Reset

    Posted 04-13-2020 11:22
    No replies, thread closed.
    Is anyone aware of a way to do a Bulk/Mass password reset? I looked in the API and only see the one user reset. I need to reset up to 2000 users passwords and am searching for a better way than manually clicking each one. We cannot use the "Forgot Password" at this time for this. 

    #SystemAdministration

    ------------------------------
    Angelia Harper
    Avtex Solutions, LLC
    ------------------------------


  • 2.  RE: Bulk Password Reset

    Posted 04-13-2020 13:10
    No replies, thread closed.
    There's an api endpoint for resetting the password for a single user.  You could write a little app that spins through your user list and does it for each one.

    /api/v2/users/{userId}/password

    {
    "newPassword": ""
    }



    ------------------------------
    Melissa Bailey
    Genesys - Employees
    ------------------------------