isUserExist

fun isUserExist(attributeName: String, attributeValue: String): Single<Boolean>

Check if there are any matches for given attribute

Return

Completable to notify about success

Parameters

attributeName

attribute key

attributeValue

value that will be checked for matches