get Third Party User
abstract suspend fun getThirdPartyUser(protocol: String, fields: Map<String, String> = emptyMap()): List<ThirdPartyUser>
Content copied to clipboard
Retrieve a Matrix User ID linked to a user on the third party service, given a set of user parameters.
Parameters
protocol
Required. The name of the protocol.
fields
One or more custom fields that are passed to the AS to help identify the user.