I have a list newly creates users in my domain. I want to reset all of their password. But I don't want to do it using admin console. How can I do this using admin SDK and Google App script?
My idea is get a list of user whose password I need to reset, and then assign some random strings to those email id's and update it as their password.
I this possible? If not, is there any better idea? (I have tried using GAM, But I don't want to do it through CSV files each time.)