Last active
March 21, 2023 20:25
-
-
Save bfrancom/06d1a1eca33b8c5ee545b4a8c7145a1e to your computer and use it in GitHub Desktop.
Microsoft Graph search groups by name
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
https://graph.microsoft.com/v1.0/groups?$search="displayName:YourMom"&$select=id,displayName | |
#need to add a request header ConsistencyLevel:eventual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment