Function list_members_for_account

Source
pub async fn list_members_for_account(
    configuration: &Configuration,
    account_slug: &str,
) -> Result<Vec<Member>, Error<ListMembersForAccountError>>