is User Exist
fun isUserExist(attributeName: String, attributeValue: String): Single<Boolean>
Content copied to clipboard
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