Right now when one of my users forgets their password I make them turn in a reset request that verifies they are who they say they are. Once that request completes I save the username and new password (new password that I specify) into a SQL table. Our admins use a webpage that queries the database for resets and we perform the resets manually.
What I am wondering is if there is a way to use an API to reset passwords given a username and new password from a text file or csv so I can automate the process. I can easily export the existing reset requests on an hourly basis into a csv file, I just don't know how to use an API to use my file and reset the passwords. I currently use Coldfusion 9 to host the reset request page and to write to the SQL backend; so if there is an easier way to just integrate the API into the Coldfusion form then that is even better. Just as fair warning I have never really used APIs before so please assume I have no idea what you are talking about if you have a suggestion. Thanks -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
