"#!/usr/bin/python
import gdata.apps.service
service = gdata.apps.service.AppsService(email='[email protected]',
domain='mydomain.com', password='password')
service.ProgrammaticLogin()
user_entry = service.CreateUser('username', 'family_name',
'given_name', 'password') "

Above you give an example of how to create a new user.  Would you have
an example of how to change a user's password.  I see this code
service.UpdateUser(user_name, user_entry) but I'm unsure how to use
it.

Any assistance would be greatly appreciated,

Frank

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps 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-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to