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
------------------------------
Original Message:
Sent: 04-13-2020 11:21
From: Angelia Harper
Subject: Bulk Password Reset
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
------------------------------