searchUserByQuery

abstract fun searchUserByQuery(query: String, realm: String, from: Int = 0, max: Int = 100): List<User>