Chat SDKs JavaScript v4
Chat SDKs JavaScript
Chat SDKs
JavaScript
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 using a BlockedUserListQuery
instance. The next()
method returns a list of User
objects, which contain information about the blocked users.
JavaScriptTypeScript
With the UserIdsFilter
parameter in the BlockedUserListQueryParams
instance, you can retrieve a list of the blocked users that match the user IDs in the filter.
JavaScriptTypeScript