function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
goravsethgoravseth 

Chatter profile image URL via SOAP?

Is is possible to pull the URL for the chatter profile image via SOAP?  Can only find info on REST and we are using the salesforce / drupal module which is built on SOAP.

 

Thanks

Payless Prep CenterPayless Prep Center
Yes, It is possible to pull the URL (https://paylessprepcenter.com/3pl-fulfillment-services/)for the chatter profile image via SOAP. The Salesforce API provides a SOAP-based Web Services API that can be used to access Salesforce data, including chatter profile images. You can use the UserInfo.getUserPhoto API method to retrieve the URL of the chatter profile image for a specific user. The Salesforce/Drupal module that you mentioned should have the functionality to make SOAP calls to the Salesforce API and retrieve this information.