getContactsByUserId

fun getContactsByUserId(userId: String): Single<List<Contact>>

Fetches contacts from the specified userId.

Return

A single that will emit the contacts fetched by userId param. In case of error, it will emit a SippoResourceError.

Parameters

userId

user Id to be fetched.