Hi,
I am looking for a way to list all the groups that I am an owner of (transitive). The following rest API request allows me to get all the groups that I am a transitive member of:
https://graph.microsoft.com/v1.0/users/<UPN>/transitiveMemberOf
Is there a similar way of achieving this requirement? I couldn't find any docs that show what I am looking for.
Thanks,
Deepak