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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filterType | null | Specifies 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. | |
page | null | Specifies the page number to return. The default value is 0, which returns the first page. | |
pageSize | null | Specifies 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}