How to bulk-generate passwords for passwordless users? Answered

Post author
Rhuel Gar

Is it possible to bulk-generate or bulk/assign passwords to users? I can't find any API functionality for this, but we're needing to generate passwords for previously-created passwordless users

Comments

2 comments

  • Comment author
    Raquel Lopez

    Hi Rhuel!

    For importing members you need to use the admin dashboard. You can include the password as a column there. You can look for a example csv here

    Important to note that bulk importing only works for creating users. Not updating.

    If you want to use the API way, the DOM package has a method for updating user's password only if the existing user didn't have one previously.

    The only caveat is that to use the DOM API you need the bearer token of the logged in user... So... i think it's like a yes but no solution 
    0
  • Comment author
    Rhuel Gar

    Ah I was checking the REST API, didn't notice the DOM package had this. Thanks again raquel 🙂

    0

Please sign in to leave a comment.