Creating multiple users and changing password using Google Apps Script -


currently gas usermanager service method contains method create single user? there way create multiple users @ once other running createuser method in loop. know if possible change password of existing users or enforcing password change on next login possible through gas?

no, cannot add many users in single operation. have in loop. can open request in issue tracker.

you can use domainuser.setchangepasswordatnextlogin(true) function force password change. see documentation here.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -