Following

GET {{_endpoint}}/services/data/v{{version}}/chatter/users/:USER_ID/following

Returns a list of people, groups, records, topics, and files that the specified user is following. Also used to follow records.

https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_FollowingUsers.htm?search_text=following

Request Params

KeyDatatypeRequiredDescription
filterTypenullSpecifies the key prefix to filter the type of objects returned. The key prefix is the three-character prefix code in the object ID. Object IDs are prefixed with three-character codes that specify the type of the object. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9.
pagenullSpecifies the page number to return. The default value is 0, which returns the first page.
pageSizenullSpecifies the number of items per page. Valid values are between 1 and 1000. If you don't specify a size, the default is 25.

RESPONSES

status: OK

{"currentPageUrl":"/services/data/v58.0/chatter/users/0052o00000DKQasAAH/following","following":[],"nextPageUrl":null,"previousPageUrl":null,"total":0}