A help desk team must be able to reset passwords for cloud users in Microsoft Entra ID, but they must not be able to create or delete users. Which built-in role should you assign?
Trap 1: Global Administrator
Global Administrator has full access to every administrative feature in Microsoft Entra ID, including user management, security, billing, and all directory-wide settings. Assigning this role to a help desk team violates the principle of least privilege because it exposes the entire tenant to unnecessary risk and a compromised help desk account could cause catastrophic damage. While it can reset passwords for any user, including other admins, that capability far exceeds the requirement for routine password resets, making it an incorrect choice.
Trap 2: Reader
The Reader role is a read-only role that can view directory resources but cannot perform any write operations, including password resets. In Microsoft Entra ID, a Reader can inspect user profiles and attributes but has no permission to modify credentials. Therefore, a help desk team assigned only the Reader role would be unable to execute password reset requests, rendering it too restrictive for the task described.
Trap 3: Billing Administrator
Billing Administrator is scoped exclusively to financial and billing activities, such as managing subscriptions, invoices, and payment methods. It has no permissions to manage user identities, alter directory objects, or reset passwords. Even though the name might suggest a broad administrative capability, it is entirely unrelated to user management, so it would not meet the help desk team's password reset requirement.
- A
Global Administrator
Why wrong: Global Administrator has full access to every administrative feature in Microsoft Entra ID, including user management, security, billing, and all directory-wide settings. Assigning this role to a help desk team violates the principle of least privilege because it exposes the entire tenant to unnecessary risk and a compromised help desk account could cause catastrophic damage. While it can reset passwords for any user, including other admins, that capability far exceeds the requirement for routine password resets, making it an incorrect choice.
- B
User Administrator
User Administrator is the correct built-in role because it grants the minimum permissions needed for a help desk team to reset passwords for cloud users. This role allows management of users, groups, and support tickets, and can reset passwords for non-administrator users. It does not grant access to security settings, conditional access, or other privileged administrative functions, aligning with least privilege. However, it cannot reset passwords for other administrators unless elevated access is assigned.
- C
Reader
Why wrong: The Reader role is a read-only role that can view directory resources but cannot perform any write operations, including password resets. In Microsoft Entra ID, a Reader can inspect user profiles and attributes but has no permission to modify credentials. Therefore, a help desk team assigned only the Reader role would be unable to execute password reset requests, rendering it too restrictive for the task described.
- D
Billing Administrator
Why wrong: Billing Administrator is scoped exclusively to financial and billing activities, such as managing subscriptions, invoices, and payment methods. It has no permissions to manage user identities, alter directory objects, or reset passwords. Even though the name might suggest a broad administrative capability, it is entirely unrelated to user management, so it would not meet the help desk team's password reset requirement.