SC‑300 Study Portal Dark

Unit 6: Analyze Microsoft Entra Role Permissions

Understanding Permissions

In Microsoft Entra ID, permissions define what operations a user can perform. They can apply to viewing, modifying, or managing directory objects.

Permissions are generally derived from:

Member vs. Guest User Permissions

Permission ExampleMember UsersGuest Users
Enumerate list of usersYesNo
Invite guest usersYesYes
Create Security and M365 groupsYesNo
Register new applicationsYesLimited (Read-only on apps)
Read directory dataBroad accessRestricted to own info

Example: If Contoso invites an external consultant from Fabrikam, that guest can log in, view their own profile, and access assigned apps — but cannot browse all Contoso users.

Controlling and Restricting Permissions

Administrators manage user permissions primarily via:

Always apply the principle of least privilege, granting only what’s needed.

Exploring Role Permissions

Each built-in or custom role has an explicit list of permissions. You can view these by navigating to:

Example: Viewing the User Administrator role reveals permissions like microsoft.directory/users/read and microsoft.directory/groups/update.

Key Takeaways