Hello,
I need a direct query to graph api to get list of all public groups present in O365.
I am trying using below query but its giving 400 Bad request as I cannot use visibility property with $filter.
https://graph.microsoft.com/v1.0/groups?&$filter=groupTypes/any(a:a eq 'unified')&visibility eq 'Public'
Please let me know if we have a direct way to get list of all public group
Regards,
Ratnesh