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

Users

class Users

The user service.

This class allows performing user related actions such as, given a string, searching for those that contain some field that matches it.

Parameters

rx - Access to the reactive API of the service.

Properties

rx

val rx: UsersRx

Access to the reactive API of the service.

Functions

getUsersBy

fun getUsersBy(identifier: String, onCompletion: (Either<List<User>, SippoResourceError>) -> Unit): Unit

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