> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Customize group subscriptions

> Customize a group subscription in Memberful by restricting access to specific email domains and editing the group name to match your organization.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

Group subscriptions in Memberful give one account the ability to manage memberships for multiple people. You can fine-tune how each group works by restricting which email domains can join and by setting a custom group name.

In this help article, we'll show you how to restrict a group subscription to specific email domains and customize the group's display name.

## Restrict group subscriptions to email domains

Admins can enable domain-specific subscription control, allowing members to subscribe and create a group member account from up to 5 registered email domains.

This change is set at the group subscription level, which means that for a given plan, each group subscription can have a different domain allowlist.

Go to the group manager's profile, scroll to the *Subscriptions* section, and click the group subscription. Then scroll to *Restrict by email domain*, click **Add domain**, enter the *root domain*, and click **Add**.

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/group-plans/customize-group-subs/restrict-sign-up-by-domain.gif?s=079c8a4cd5860ca769d557f18104ddaf" alt="Restrict sign up by domain" width="1136" height="786" data-path="images/group-plans/customize-group-subs/restrict-sign-up-by-domain.gif" />
</Frame>

When someone tries to join the group subscription, we will verify if the email domain is included in the allowlist. If it's on the list, we'll continue with the account creation process.

<Frame>
  <img src="https://mintcdn.com/memberful/0cfYk3LysmllSSm1/images/group-plans/customize-group-subs/email-authorized.png?fit=max&auto=format&n=0cfYk3LysmllSSm1&q=85&s=3b168e78e6e0263972992dbfebc759b9" alt="Email authorized" width="1440" height="899" data-path="images/group-plans/customize-group-subs/email-authorized.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  We don't perform any member email domain validation if the group subscription has no restricted domains (i.e., anyone can join the group subscription).
</Callout>

If it's not on the list, we will prompt them to reach out to their group manager.

<Frame>
  <img src="https://mintcdn.com/memberful/0cfYk3LysmllSSm1/images/group-plans/customize-group-subs/email-not-authorized.png?fit=max&auto=format&n=0cfYk3LysmllSSm1&q=85&s=4ff85de197d67b4a83e73f3f8a134989" alt="Email authorized" width="1440" height="729" data-path="images/group-plans/customize-group-subs/email-not-authorized.png" />
</Frame>

To delete a domain from the approved list, click the **X** icon next to the registered domain.

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/group-plans/customize-group-subs/remove-restrict-sign-up-by-domain.png?fit=max&auto=format&n=Moz9yAaspGA5hBwB&q=85&s=ee32c401be1d5fba48859d7759223ef8" alt="Remove restrict sign up by domain" width="1440" height="343" data-path="images/group-plans/customize-group-subs/remove-restrict-sign-up-by-domain.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  If you don't enable restricted domains, we won't restrict any member email domains (i.e. anyone can join the group subscription).
</Callout>

## Customize the group name

Customize a group's name from the group subscription settings. Click **Change**, add the group name, and click **Save**.

<Frame>
  <img src="https://mintcdn.com/memberful/0cfYk3LysmllSSm1/images/group-plans/customize-group-subs/customize-group-name.png?fit=max&auto=format&n=0cfYk3LysmllSSm1&q=85&s=5d6c6d2ad00b58f0675e2484dd57cb28" alt="Customize group name" width="1440" height="322" data-path="images/group-plans/customize-group-subs/customize-group-name.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/memberful/0cfYk3LysmllSSm1/images/group-plans/customize-group-subs/customize-group-name-save.png?fit=max&auto=format&n=0cfYk3LysmllSSm1&q=85&s=a6ed177fd429448fd831d22106f7f0c0" alt="Customize group name save" width="1440" height="323" data-path="images/group-plans/customize-group-subs/customize-group-name-save.png" />
</Frame>

We will show the custom group name on all the member-facing views.

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/group-plans/customize-group-subs/group-name-member-facing-views.png?fit=max&auto=format&n=Moz9yAaspGA5hBwB&q=85&s=0ab876351f06bd7df831897f673e1bac" alt="Group name member facing view" width="1440" height="573" data-path="images/group-plans/customize-group-subs/group-name-member-facing-views.png" />
</Frame>

We will default to the group manager's name if you don't choose a group name.

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/group-plans/customize-group-subs/group-manager-name.png?fit=max&auto=format&n=Moz9yAaspGA5hBwB&q=85&s=a8b78fd8f2b87e05765a52bb24f0186f" alt="Group manager name" width="1440" height="506" data-path="images/group-plans/customize-group-subs/group-manager-name.png" />
</Frame>

<RelatedDocs
  link1={{
url: "/member-interface/subscription/manage-group-subscriptions",
label: "Learn how group managers can manage their members.",
}}
  link2={{
url: "/member-management/group-management/move-group-to-a-different-plan/",
label: "Move group to a different plan.",
}}
  link3={{
url: "/member-management/group-management/add-or-remove-group-members/",
label: "Add or remove group members.",
}}
  link4={{
url: "/plans/plan-options/accept-external-payments/",
label: "Accept external payments.",
}}
/>
