getUserBy

fun getUserBy(id: String): Single<User>

Searches for the user who have an id that matches the specified id.

Return

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

Parameters

id

the ID to search for.