Endpoint
- Method:
GET - Path:
/profile/{username}/blocked-users - Edition: PRO
- Controller:
FollowController@getBlockedUsers - Route source:
fluent-community-pro/app/Http/Routes/api.php:108 - Controller source:
fluent-community-pro/app/Http/Controllers/FollowController.php
GET List Profile Blocked Users
GET
/profile/{username}/blocked-users
List Profile Blocked Users for the FluentCommunity Profile API.
Controller: FollowController@getBlockedUsers
Route source: fluent-community-pro/app/Http/Routes/api.php:108
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
username*
Username extracted from the URL path.
Type
Requiredstring
Responses
Successful response
application/json
JSON "blockedUsers": { "data": [ { "id": 0 } ], "current_page": 0, "per_page": 0, "from": 0, "to": 0, "total": 0, "last_page": 0, "has_more": true }
{
}