Last active
May 4, 2023 06:27
-
-
Save moiaune/e4053e7de74b037e6e38ba75d0bc9105 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GET https://graph.microsoft.com/beta/users | |
Get-MgUser | |
# GET https://graph.microsoft.com/beta/users/<id>/authentication/methods | |
Get-MgUserAuthenticationMethod | |
# GET https://graph.microsoft.com/beta/roleManagement/directory/roleDefinitions/<id> | |
Get-MgRoleManagementDirectoryRoleDefinition |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment