buddyboss/list-blocked-members returns the members that this account — the one running the request — has personally blocked.
It is not a moderation queue.
At a glance
| Ability | buddyboss/list-blocked-members |
| Toolset | BuddyBoss — toolset/buddyboss |
| Group | BuddyBoss › Moderation |
| Requires | AcrossAI Pro, plus BuddyBoss Platform active on the site |
| Capability | manage_options |
| Safety | Read-only — changes nothing |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Pro 0.9.16 and later |
How it works
BuddyBoss hardcodes this list to the logged-in user, so it cannot be pointed at another member and cannot report community-wide blocking.
An empty result therefore means the operating administrator has blocked nobody — not that the community is free of problems. Those are very different findings and the response is easy to read as the second.
More broadly, BuddyBoss provides no REST route for administrative moderation at all. Reported content, member suspension and site-wide hiding exist only in wp-admin.
So this group of abilities is small by necessity rather than by choice, and an assistant asked to “review the moderation queue” cannot do it from here.
What is reachable is the per-account blocking this reads, the spam flag on activity, and group-level bans — which between them cover a useful amount of practical moderation without being the moderation system.
Input
This ability takes no input.
What comes back
| Name | Type | What it is |
|---|---|---|
blocked | array | Members this account has blocked. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation. |
Example
Ask your assistant:
Who have I blocked?
It resolves to one call:
{
"ability": "buddyboss/list-blocked-members",
"parameters": {}
}Worth knowing
- Hardcoded to the calling account. It cannot be pointed elsewhere.
- Empty means this administrator has blocked nobody, not that the community is clean.
- BuddyBoss exposes no REST route for administrative moderation.
- The real queue is in wp-admin.
Related abilities
- BuddyBoss Manage Block — block or unblock
- BuddyBoss Act On Activity — community-wide hiding of a post
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category