Chat SDKs Flutter v4
Chat SDKs Flutter
Chat SDKs
Flutter
Version 4
Retrieve a list of blocked users
Copy link
You can retrieve a list of all or specific blocked users in your Sendbird application. The next() method of BlockedUserListQuery returns a list of User objects that contain information on the blocked users.
With the userIdsFilter filter of BlockedUserListQuery(), you can retrieve a list of the blocked users with the specified user IDs.