Hi Peter: Yes, as Emmanuel mentioned, it's possible to use the Provisioning API to create a script that will update user passwords via script.
I suggest using 3-legged OAuth as your authentication method for the Provisioning API. You can use the OAuth Playground tool<http://googlecodesamples.com/oauth_playground/>to go through the steps of gaining an access token for one of your administrator accounts, using "https://apps-apis.google.com/a/feeds/" as the scope, and HMAC SHA-1 as the signature method. Once you receive the access token, you can use that to make calls to the Provisioning API script to provide password changes on behalf of your users. Thanks, - Michael -- 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.
