sippo-sdk / com.quobis.sippo.sipposdk.user / UsersRx / getUsersBy

getUsersBy

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

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

Parameters

identifier - Search reason.

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