Returns the paginated list of members this profile has blocked.
Endpoint
Method:
GETPath:
/profile/{username}/blocked-usersEdition: PRO
Controller:
FollowController@getBlockedUsersRoute source:
fluent-community-pro/app/Http/Routes/api.php:130Controller source:
fluent-community-pro/app/Http/Controllers/FollowController.phpRequires FluentCommunity Pro with the
followers_modulefeature enabled.Only the profile owner and community moderators may read this list; anyone else gets a 403.
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 Blocked Users
Returns the paginated list of members this profile has blocked.
Controller: FollowController@getBlockedUsers
Route source: fluent-community-pro/app/Http/Routes/api.php:130
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Username extracted from the URL path.
Responses
Successful response