Returns the paginated list of members following this profile, each annotated with whether the current user follows them back.
Filter with search over display name and username; pass sort_by=alphabetical for name order, otherwise newest first. Blocked relationships are excluded.
Endpoint
Method:
GETPath:
/profile/{username}/followersEdition: PRO
Controller:
FollowController@getFollowersRoute source:
fluent-community-pro/app/Http/Routes/api.php:128Controller source:
fluent-community-pro/app/Http/Controllers/FollowController.phpRequires FluentCommunity Pro with the
followers_modulefeature enabled.Visibility is governed by the followers privacy settings, so a restricted profile returns an error.
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 Profile Followers
Returns the paginated list of members following this profile, each annotated with whether the current user follows them back.
Controller: FollowController@getFollowers
Route source: fluent-community-pro/app/Http/Routes/api.php:128
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Username extracted from the URL path.
Query Parameters
Search read via $request->getSafe() in getFollowers().
Sort By read via $request->getSafe() in getFollowers().
"id"Responses
Successful response