Created
May 4, 2023 06:20
-
-
Save claw0ry/511e605339cf78cd39a9767bdc09230b 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> Invoke-MgRestMethod -Method Get -Uri "https://graph.microsoft.com/beta/users" | |
| Name Value | |
| ---- ----- | |
| @odata.context https://graph.microsoft.com/beta/$metadata#users | |
| value {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, xxxxxxxx-xxxx-xxxx-xx… | |
| @odata.nextLink https://graph.microsoft.com/beta/users?$skiptoken=RFNwdAIAAQAAAB19Y3FybC8hcm6lLmZsYWRtYXJrQGdtYWls… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment