Returns ten member profiles ordered by lifetime points, drawn from those who joined within the requested range.
The date range filters on the profile creation date, not on points earned, so this is really the highest-scoring recent joiners. A long-standing member with a high score never appears unless the range covers the date they signed up. Fixed at ten results with no pagination.
Endpoint
Method:
GETPath:
/analytics/members/top-membersEdition: PRO
Controller:
MembersReportsController@getTopMembersRoute source:
fluent-community-pro/app/Http/Routes/api.php:79Controller source:
fluent-community-pro/app/Http/Controllers/MembersReportsController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Requires FluentCommunity Pro; full profile records are returned, including their meta.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET List Top Members Report
Returns ten member profiles ordered by lifetime points, drawn from those who joined within the requested range.
Controller: MembersReportsController@getTopMembers
Route source: fluent-community-pro/app/Http/Routes/api.php:79
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Responses
Successful response