Influence Resource

List of the percentile thresholds used to categorize an organization’s users by their influence in Chatter.

Users are ranked based on the number of posts and comments made, and comments and likes received. The percentile associated with a category represents the bottom threshold for that influencer category. For example: 0.25 defines the cutoff for the Active Influencer category, which means it includes users with an influence rank equal to or greater than the 25th percentile (25%) and less than the next highest category threshold.

Influence Thresholds

Resource
1/chatter/influence/thresholds
1/connect/communities/communityId/chatter/influence/thresholds
Available since version
24.0
Requires Chatter
Yes
HTTP method
GET or HEAD
Response body
Influence Thresholds
Example response body
1{"thresholds": [
2   {
3      "name": "Top Influencer",
4      "threshold": "0.8",
5   }
6   {
7      "name": "Active Influencer",
8      "threshold": "0.25",
9   }
10   {
11      "name": "Observer",
12      "threshold": "0.0",
13   }
14]}