Function create_subscription

Source
pub async fn create_subscription(
    configuration: &Configuration,
    app_id: &str,
    alias_label: &str,
    alias_id: &str,
    create_subscription_request_body: CreateSubscriptionRequestBody,
) -> Result<InlineResponse201, Error<CreateSubscriptionError>>
Expand description

Creates a new Subscription under the User provided. Useful to add email addresses and SMS numbers to the User.