pub async fn create_alias(
configuration: &Configuration,
app_id: &str,
alias_label: &str,
alias_id: &str,
user_identity_body: UserIdentityBody,
) -> Result<UserIdentityBody, Error<CreateAliasError>>Expand description
Upserts one or more Aliases to an existing User identified by (:alias_label, :alias_id).