30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

BuddyBoss List Blocked Members

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

Abilitybuddyboss/list-blocked-members
ToolsetBuddyBoss — toolset/buddyboss
GroupBuddyBoss › Moderation
RequiresAcrossAI Pro, plus BuddyBoss Platform active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI 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

NameTypeWhat it is
blockedarrayMembers this account has blocked.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent 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


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading