Hi Matthew, Sorry for the delay in getting back to you, I wanted to check first with the engineering team. Basically, storing user defined properties is not supported by the Provisioning API, so when you send the entry back with UpdateUser the extended_properties are ignored. Hope it helps
Claudio On Sat, Apr 9, 2011 at 1:27 PM, Matthew Riedel <[email protected]>wrote: > Prashant, > > It's not that I really want the ToString() output- I'm just using that to > verify that this: > userEntry = service.RetrieveUser('username') > userEntry.extended_property.append(gdata.apps.Property(name="Name", > value="Value")) > result = service.UpdateUser('username', userEntry) > > ...doesn't work. If I turn around and run RetrieveUser on 'username' again, > the new extended property is nowhere to be found. > > Let's turn this around: Can someone try adding an extended attribute to an > existing UserEntry object in python and let me know what you did to make it > work? > > -- > 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. > -- 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.
