Assigning the Microsoft Sentinel Responder role so a user can investigate incidents under least privilege
You have an Azure subscription that contains a Microsoft Sentinel workspace named Workspace1 and a user named User1. You need to ensure that User1 can investigate incidents by using Workspace1. The solution must follow the principle of least privilege. Which role should you assign to User1?
Community Votes
55% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Investigating incidents (viewing details, updating status, adding comments) requires the Responder role; Reader is read-only and cannot progress an investigation, while Contributor/Operator grant unneeded configuration or response rights.
User1 must investigate Sentinel incidents with least privilege; the Microsoft Sentinel Responder role grants view, status-update, and comment rights on incidents without granting configuration permissions.
Choosing Reader because investigating 'sounds like viewing' — Reader cannot update incident status or add comments, both of which investigation requires, so Responder is the least-privilege role that can actually investigate.
Community Discussion (8 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
In Sentinel RBAC, the Responder role is the least-privilege role that can investigate incidents: it can view incidents, update their status, and add comments, but it cannot create or modify analytics rules, playbooks, or other workspace configuration. That matches the 'investigate' requirement and the least-privilege constraint.Why the Other Options Are Wrong
Microsoft Sentinel Reader (D) is read-only and cannot change incident status or comment, so it cannot perform a full investigation. Microsoft Sentinel Contributor (B) can manage workspace content such as analytics rules and playbooks, which exceeds what investigation needs. Microsoft Sentinel Automation Contributor (C) is scoped to automation and playbooks, not incident investigation.Community Comment Notes
Onimole and limpan cite https://learn.microsoft.com/en-us/azure/sentinel/roles and the investigate-incidents page, both stating the Responder role is required to investigate incidents. Kristiannn argues Reader is enough because the question only says 'investigate', but the official role definition treats investigation as including status updates and comments, which Reader cannot do.Official Reference
Related Analysis
Practice All SC-200 Questions
Access 80 questions with complete answers and detailed explanations.
View Full SC-200 Practice Test →