List Banned Members
community-moderation-admin
List Banned Members
Return a paginated list of banned members for a hub.
Keyset-paginates on (banned_at DESC, contact_id ASC). Pass
page[after]=<opaque-cursor> from meta.next_cursor to fetch the next page.
The cursor is an opaque base64 token encoding (banned_at, contact_id).
Gated by require_hub_admin_or_contact — accessible to both platform team
owners (aud=mio-api) and hub contact owners (aud=contact, role=owner).
GET
List Banned Members
Authorizations
Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.
Response
Successful Response