Replies: 1 comment
-
If you are referring to Entra ID roles and want to see who is assigned what then I suggest you look into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to remove the role assigned to user Active and Eligible.
Run this PS script to see if there are roles assigned to the user,
`Connect-MgGraph -Scopes "RoleManagement.ReadWrite.Directory"
$UserID = ""
$user = Get-MgUser -UserId $UserID | select *`
In the return, I don't see that the user has any role assigned at all

see attached pic.
Beta Was this translation helpful? Give feedback.
All reactions