Created
September 19, 2019 14:45
-
-
Save Geertvdc/2f8fa5f87854c627999e0c2caf3ed0d8 to your computer and use it in GitHub Desktop.
query-users.http
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
#Get user by email | |
GET https://graph.microsoft.com/beta/users?$filter=startswith(mail,'geert') | |
Authorization: Bearer {{auth.response.body.access_token}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment