pub async fn create_user(
configuration: &Configuration,
app_id: &str,
user: User,
) -> Result<User, Error<CreateUserError>>
Expand description
Creates a User, optionally Subscriptions owned by the User as well as Aliases. Aliases provided in the payload will be used to look up an existing User.