Hi Vince, You can use the Google Apps Profiles API to retrieve user's profile info:
http://code.google.com/googleapps/domain/profiles/developers_guide.html Remember to add the Contacts API scope (which is the same scope the Profiles API uses) to your Marketplace application manifest to get access to this data. Thanks Claudio On Sat, Feb 18, 2012 at 10:01 PM, Vince <[email protected]> wrote: > When an app has been installed into a domain through the marketplace, > read-only provisioning API access is usually granted for 2LOA access. > > Since that api is user oriented, and we're able to efficiently retrieve > UserEntry information about a domain's users through this api, it would be > nice if there was a way to also retrieve the user's profile info (aka their > thumbnail pic) through the usage of a parameter similar to the " > include-profile-info=true" param that was added to the Documents List v3 > api, as described by Vic in > this<http://code.google.com/apis/documents/forum.html?place=msg%2Fgoogle-documents-list-api%2Fmp64fX5YK1c%2FVPME8vNJH4YJ> > . > > Is that something that is being considered or in the works already? > > thanks, > Vince. > > -- > 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/-/nevPYmwpJGwJ. > 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.
