Chat JavaScript v4
Chat JavaScript
Chat
JavaScript
Version 4
Home
/
Chat
/
JavaScript
/
User
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.
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.