pub async fn transfer_subscription(
configuration: &Configuration,
app_id: &str,
subscription_id: &str,
transfer_subscription_request_body: TransferSubscriptionRequestBody,
) -> Result<UserIdentityResponse, Error<TransferSubscriptionError>>
Expand description
Transfers this Subscription to the User identified by the identity in the payload.