getUserByUri

fun getUserByUri(userUri: String): Single<User>

Searches for the user who have an Uri that matches the specified userUri.

Return

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

Parameters

userUri

the Uri to search for.