Created
May 4, 2023 06:19
-
-
Save claw0ry/7eb9d5e512a1daa1bb8bb89b67b72a08 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| PS> Find-MgGraphCommand -Uri "https://graph.microsoft.com/beta/users" | |
| APIVersion: beta | |
| Command Module Method URI OutputType Permissions | |
| ------- ------ ------ --- ---------- ----------- | |
| Get-MgUser Users GET /users IMicrosoftGraphUser1 {DeviceManagementApps.Read.All, DeviceManagementApps.… | |
| New-MgUser Users POST /users IMicrosoftGraphUser1 {DeviceManagementApps.ReadWrite.All, DeviceManagement… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment