createApiUser

fun createApiUser(providerCallBackHost: ProviderCallBackHost, apiVersion: String, uuid: String, productSubscriptionKey: String): Flow<NetworkResult<ApiUser>>

Creates a new API user.

Return

A Flow emitting a NetworkResult containing the created ApiUser.

Parameters

providerCallBackHost

The callback host for the provider.

apiVersion

The version of the API to use.

uuid

A unique identifier for the request.

productSubscriptionKey

The subscription key for the product.