How to assign admin roles in Entra ID?
Assigning admin roles to users in Microsoft 365 is crucial for managing and securing organizational data. It allows them to perform tasks such as user management, security enforcement, service configuration, and monitoring compliance.
Follow the below steps to assign admin roles in Microsoft Entra admin center:
- Login to the Microsoft Entra admin center using an admin credentials.
- Navigate to Roles & admins page residing under .
- Select the specific admin role from the list. Now, click + Add assignment to start assigning a role to a user.
- Configure the Scope type and select the user or groups to assign admin roles.
- Provide the Assignment type on the Settings page. Also, you can delegate roles to the user for only a certain period.
- Click Assign to set a role for users or groups. You’ll receive a confirmation message, indicating the role has been assigned.
When assigning admin roles, it is important to consider the level of access that you want to give the user. Implementing least privilege access ensures that users only have the necessary permissions designated for their tasks, minimizing potential security risks.
You can also create a custom role in Microsoft 365 and set custom permissions to the role by using the ‘New custom role’ option in the ‘Roles & admins’ page. The custom role provides flexibility in aligning roles with unique organizational requirements to ensure a fine-tuned and secure environment.
Assign admin roles to a user using Graph PowerShell:
- Connect Microsoft Graph before running the below cmdlets.
- Assign a role to a user with the help of the below cmdlet.
New-MgRoleManagementDirectoryRoleAssignment -DirectoryScopeId '/' -RoleDefinitionId <role ID> -PrincipalId <user ID>
Replace the <role ID> and <user ID> with the role template ID and user object ID respectively. Role Id can be retrieved by running the below cmdlet. - Get all admin roles with role ID by executing the following cmdlet.
Get-MgRoleManagementDirectoryRoleDefinition
Simplify the oversight of Microsoft 365 admin roles assigned in your environment!
With AdminDroid, you can seamlessly audit users added to admin roles from the dedicated section ‘User Added as Admins’. To view the users added with administrative roles,
- Navigate to .
- Under the 'User Added as admin' section, you’ll find Microsoft 365 users assigned with various admin roles that shows activities, such as added time, added by, and result status.
You can export user lists with diverse admin roles, to facilitate effective Microsoft 365 users monitoring with the help of AdminDroid.