checkApiUser

fun checkApiUser(apiVersion: String, productSubscriptionKey: String): Flow<NetworkResult<ApiUser>>

Checks whether the supplied API user exists.

Return

A Flow emitting a NetworkResult containing the ApiUser if found.

Parameters

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.