getContactByUserName

fun getContactByUserName(userName: String): Single<Contact>

Retrieves a contact by their userName.

Return

A single that will emit the contact found. In case of error, it will emit a SippoResourceError.

Parameters

userName

The username of the contact to retrieve.