pub async fn fetch_aliases(
    configuration: &Configuration,
    app_id: &str,
    subscription_id: &str
) -> Result<UserIdentityResponse, Error<FetchAliasesError>>
Expand description

Lists all Aliases for the User identified by :subscription_id.