getContactByUserNameAndDomain

fun getContactByUserNameAndDomain(userName: String, domain: String): Single<Contact>

Retrieves a contact by their userName and associated domain.

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.

domain

The domain associated with the contact.