แก้ไข

แชร์ผ่าน


Create a role-assignable group in Microsoft Entra ID

This article describes how to create a role-assignable group using the Microsoft Entra admin center, Microsoft Graph PowerShell, or Microsoft Graph API.

With Microsoft Entra ID P1 or P2, you can create role-assignable groups and assign Microsoft Entra roles to these groups. You create a new role-assignable group by setting Microsoft Entra roles can be assigned to the group to Yes or by setting the isAssignableToRole property set to true. A role-assignable group can't be a part of a dynamic membership group type. In Microsoft Entra, a single tenant can have a maximum of 500 role-assignable groups.

Prerequisites

For more information, see Prerequisites to use PowerShell or Graph Explorer.

Create a role-assignable group

Tip

Steps in this article might vary slightly based on the portal you start from.

  1. Sign in to the Microsoft Entra admin center as at least a Privileged Role Administrator.

  2. Browse to Identity > Groups > All groups.

  3. Select New group.

  4. On the New Group page, provide group type, name, and description.

  5. Set Microsoft Entra roles can be assigned to the group to Yes.

    This option is visible to Privileged Role Administrators because this role can set this option.

    Screenshot of option to make group a role-assignable group.

  6. Select the members and owners for the group. You also have the option to assign roles to the group, but assigning a role isn't required here.

  7. Select Create.

    You see the following message:

    Creating a group to which Microsoft Entra roles can be assigned is a setting that cannot be changed later. Are you sure you want to add this capability?

    Screenshot of confirm message when creating a role-assignable group.

  8. Select Yes.

    The group is created with any roles you might have assigned to it.

Next steps