Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madsaune/e4053e7de74b037e6e38ba75d0bc9105 to your computer and use it in GitHub Desktop.
Save madsaune/e4053e7de74b037e6e38ba75d0bc9105 to your computer and use it in GitHub Desktop.
# 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