Logo
Salesforce Developers API Documentation

User Profile Feed Elements

GET {{_endpoint}}/services/data/v{{version}}/chatter/feeds/user-profile/:USER_ID/feed-elements

Returns feed elements created when a user changes records that can be tracked in a feed, feed elements whose parent is the user, and feed elements that mention the user. This feed is different than the news feed, which returns more feed items, including group updates. You can post feed items to the user-profile feed. You can get another user’s user profile feed.

https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resource_feeds_user_profile.htm

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "currentPageToken": null, "currentPageUrl": "/services/data/v58.0/chatter/feeds/user-profile/005.../feed-elements", "elements": [], "isModifiedToken": null, "isModifiedUrl": null, "nextPageToken": null, "nextPageUrl": null, "updatesToken": null, "updatesUrl": null }



Curl
curl -X GET '/services/data/v61.0/chatter/feeds/user-profile/:USER_ID/feed-elements'

ENDPOINTS