Skip to content

Instantly share code, notes, and snippets.

@Geertvdc
Created September 19, 2019 14:45
Show Gist options
  • Save Geertvdc/2f8fa5f87854c627999e0c2caf3ed0d8 to your computer and use it in GitHub Desktop.
Save Geertvdc/2f8fa5f87854c627999e0c2caf3ed0d8 to your computer and use it in GitHub Desktop.
query-users.http
#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