pub async fn identify_user_by_subscription_id(
configuration: &Configuration,
app_id: &str,
subscription_id: &str,
user_identity_request_body: UserIdentityRequestBody,
) -> Result<UserIdentityResponse, Error<IdentifyUserBySubscriptionIdError>>Expand description
Upserts one or more Aliases for the User identified by :subscription_id.