You manage a Microsoft Entra ID tenant that contains a security group named Sales-Group. You need to delegate the management of Sales-Group to a user named User1, allowing them to add and remove members. The solution must minimize the administrative privileges assigned to User1. Which action should you perform?
- Add User1 to the owners list of Sales-Group.Answer
- BAssign the User Administrator role to User1 in Microsoft Entra ID.
- CAssign the Contributor role to User1 at the Azure subscription level.
- DChange the membership type of Sales-Group to Dynamic User.
Answer
Add the user to the owners list of the security group.
Adding the user to the owners list of the group allows them to manage the group's membership directly without inheriting any broad directory-level administrative privileges, which aligns with the principle of least privilege.
Step-by-Step Solution
Key Concept
Delegating group management in Microsoft Entra ID using group ownership.