Skip to main content
Use blocked-user list APIs to build a settings screen where users can review accounts they have blocked and unblock them when needed. There are two read patterns:
These APIs return users the current user has blocked. To read the reverse direction — users who have blocked the current user — see Users Who Blocked You.

Parameters

Get Blocked Users

Query blocked users for a paginated account-management screen.

Get All Blocked Users

Use getAllBlockedUsers() when your app needs a one-shot list instead of a paginated collection. TypeScript, iOS, and Android return up to 100 blocked users and use a short SDK-side cache. Call the method again when you need a fresh snapshot.
The one-shot API is not available in the Flutter public repository. For Flutter, use getBlockedUsers().getPagingData(...) and page through the result.

Users Who Blocked You

Query the reverse direction.

Block & Unblock User

Change blocked status.

Follower Lists

Query social graph lists.