library / io.getstream.chat.android.livedata.repository / UserRepository / select

select

suspend fun select(userId: String): UserEntity?
suspend fun select(userIds: List<String>): List<UserEntity>