getUsersBy

fun getUsersBy(identifier: String): Single<List<User>>

Searches for users who have any field that matches the specified identifier.

Return

A single that will emit the user list when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

identifier

Search reason.