Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Can chatter profile image be updated using the API?
Hi,
You can query on the chatter profile image but u cannot update using API, since the field is not writeable using code.
System.debug([select FullPhotoUrl from User limit 1]);
Thanks,
MVP
Using the new Chatter REST API you can update a user profile image. More info here: http://wiki.developerforce.com/page/Chatter_API. Scroll down to "user photos" in the doc here: http://www.salesforce.com/us/developer/docs/chatterapi/Content/connect_resources_users.htm
i guess the current logged in user can only change his profile picture.
Avl646: Yes
Hi,
You can query on the chatter profile image but u cannot update using API, since the field is not writeable using code.
System.debug([select FullPhotoUrl from User limit 1]);
Thanks,
MVP
Using the new Chatter REST API you can update a user profile image. More info here: http://wiki.developerforce.com/page/Chatter_API. Scroll down to "user photos" in the doc here: http://www.salesforce.com/us/developer/docs/chatterapi/Content/connect_resources_users.htm
i guess the current logged in user can only change his profile picture.
Avl646: Yes