Announcements
I use this
https://graph.microsoft.com/v1.0/groups/?$filter=displayName+eq+'group_name'
this working when match group_name exactly. When replace eq with contains it give me error incorrect filter...
I want to return groups that contains passing name.
How can I do that?
Thanks
Hi @arkkgroup ,
I'm afraid displayName doesn't accept contains , I think this link will help you a lot:https://learn.microsoft.com/en-us/answers/questions/795673/microsoft-graph-groups-api-filter-contains-contain.html
Could you please try by using "Startwith" instead? For example,
https://graph.microsoft.com/v1.0/groups/?$filter=startswith(displayname,'GroupName')
Best Regards,
Bof
Thanks will try.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 308 Super User 2026 Season 2
11manish 171 Super User 2026 Season 2
Haque 137 Super User 2026 Season 2