# User List Search

**URL:** https://community.sendbird.com/t/user-list-search/8462
**Category:** Miscellaneous
**Tags:** chatsdk
**Created:** [October 19, 2023, 12:25pm UTC](https://community.sendbird.com/t/user-list-search/8462 "2023-10-19T12:25:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sercan\_Demir](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/sercan_demir/32/4630_2.png) [@Sercan\_Demir](https://community.sendbird.com/u/Sercan_Demir)
#### Post date: [October 19, 2023, 12:25pm UTC](https://community.sendbird.com/t/user-list-search/8462/1 "2023-10-19T12:25:31Z")

</div>

Hello,

We implemented Sendbird into our mobile apps in iOS and Android. But I can’t see user search in Select Users page. Do you have that ability?

---

<div class="post-metadata">

### Author: ![Chinmaya\_Gupta](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/chinmaya_gupta/32/1021_2.png) [@Chinmaya\_Gupta](https://community.sendbird.com/u/Chinmaya_Gupta)
#### Post date: [November 3, 2023, 12:19pm UTC](https://community.sendbird.com/t/user-list-search/8462/2 "2023-11-03T12:19:55Z")

</div>

Hello @Sercan_Demir

Yes, Sendbird Chat SDK for iOS and Android provides the ability to search for users. You can use the `UserListQuery` class to retrieve a list of users in your application and filter the results based on your search criteria. For more information on how to implement user search, you can refer to the following documentation:

- For iOS: [Overview | Chat iOS SDK | Sendbird Docs](https://sendbird.com/docs/chat/sdk/v4/ios/user/overview-user#4-retrieving-users)
- For Android: [Overview | Chat Android SDK | Sendbird Docs](https://sendbird.com/docs/chat/sdk/v4/android/user/overview-user#4-retrieving-users)

Let me know if this is what you were looking for.
