getApiUser

suspend fun getApiUser(apiVersion: String, userId: String, productSubscriptionKey: String): Response<ApiUser>

Retrieves the details of an existing API user.

Return

A Response containing the requested io.rekast.sdk.model.authentication.ApiUser.

Parameters

apiVersion

The version of the API to use.

userId

The ID of the API user to retrieve.

productSubscriptionKey

The subscription key for the product.