I am currently creating a flow that checks a request against SharePoint Site. As the new Modern Team sites are owned and monitored by an O365 Group, and the Owners of that Group are technically the Site Admins/Owners, I need to know if the requester that triggered the flow is an owner so I can approve.
I can take care of any other SharePoint Site Template style, but if a site is an O365 Group, I cannot programmatically determine if the user is an Owner/Admin or not.
I can see O365 Group Membership, but not ownership. This is needed.