F
Simple Membership Content

Filter members list by account status

Filter members list by account status.

What it does

Filter members list by account status. It is one of the abilities the Simple Membership plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_users

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

simple-membership.filter-members-list-by-account-status
{
  "ability": "simple-membership.filter-members-list-by-account-status",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Simple Membership abilities

All Simple Membership abilities β†’
S
Search for a member's profile in your WP admin dashboard
Simple Membership
Search for a member's profile in your WP admin dashboard.
F
Filter members list by membership level
Simple Membership
Filter members list by membership level.
S
Send quick notification email to your members
Simple Membership
Send quick notification email to your members.
C
Customize the password reset email for members
Simple Membership
Customize the password reset email for members.