Update multiple password using a CSV File
Stay organized with collections
Save and categorize content based on your preferences.
Problem
You want to know how to reset the password for some or all users.
Environment
Solution
- Sign in to the Admin console.
- Go to Menu > Directory.
- Click Users.
- Click Bulk Update users
- Download a blank CSV file.
- Open the file using Google Sheets or save the file as a Google sheet.
- Update all the information on the Google sheet. A sample information that needs to be updated:
First Name:
Last Name:
Email Address:
Password:
Org Unit Path [Required]:
- If you want the user to reset their password on their next login, look for Change Password at Next Sign-In and enter True on the value.
- Save the Google sheet.
- Go back to the Admin console page.
- Attach CSV file on the Bulk Update Users page.
- Click Upload.
- If there is an error, check the file again for missing or incorrect information and repeat steps 10, 11 and 12.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-12 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2023-10-12 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-12 UTC."]]