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

UsersRx

class UsersRx

Reactive API of Users.

This class replicates the methods included in Users but using Rx types as return values instead of callbacks.

Functions

getUsersBy

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

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