Hi Jonathan, You can use the Provisioning API to write a script that retrieves all users in the domain and forces each of them to change password at the next login:
http://code.google.com/googleapps/domain/provisioning_API_v2_developers_guide.html Then you have to setup a cron job (or another scheduling solution) that is fired every x months and runs that script. Claudio On Wed, Feb 22, 2012 at 9:08 AM, Jonathan Rick <[email protected]>wrote: > Hi there - I'd like to require users--including the administrator (me)--to > change their passwords every X months. I understand that while Google Apps > can't do this natively, an API code might help. Can anyone point me in the > right direction? Thanks so much! > > -- > You received this message because you are subscribed to the Google Groups > "Google Apps Domain Information and Management APIs" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-apps-mgmt-apis/-/R25CDM3OSnwJ. > 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. > -- 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.
