No Group Memberships option in the Azure AD Group blade

Viewed 58

I have a security group called SecurityGroupParent and another security group called SecurityGroupChild. I want to add SecurityGroupChild as a member to SecurityGroupParent. But I cannot see the option Group Memberships as explained here although I have the right role.

enter image description here

1 Answers
  • You'll need the Groups Administrator or User Administrator role to edit group membership.
  • Also please check if you have logged into correct tenant or account in which you have above roles before adding membership.

enter image description here

Also please note that there are some limits while using nesting of groups. For example: We cannot add group which is synced with on-premises Active Directory. See Limitations - groups - Azure Active Directory - Microsoft Entra | Microsoft Docs

enter image description here

You can also try to add child security group as a member to the parent security group from members blade:

enter image description here

  1. If the groups are set to role assignable or IsAssignableToRole is set to $True, then the groups are private and only members can view the content of the group.
  2. Also check , if HiddenMembership is enabled. reference: visibility
Related