Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides migration details from Add-AzureADDirectoryRoleMember command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Add-AzureADDirectoryRoleMember
- Azure AD Module: AzureAD
- Microsoft Graph Command: New-MgDirectoryRoleMemberByRef (Community Examples)
- Graph Module: Microsoft.Graph.Identity.DirectoryManagement
- Graph Endpoint: POST /directoryRoles/{directoryRole-id}/members/$ref
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | RoleManagement.ReadWrite.Directory | Not available. |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | RoleManagement.ReadWrite.Directory | Not available. |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
ObjectId | DirectoryRoleId |
RefObjectId | OdataId |