After a day of research, this worked in my case:
https://graph.microsoft.com/v1.0/users/<ID/UPN>/ownedobjects/$/microsoft.graph.group
Hope it helps someone.
Thanks,
Deepak
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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:
After a day of research, this worked in my case:
https://graph.microsoft.com/v1.0/users/<ID/UPN>/ownedobjects/$/microsoft.graph.group
Hope it helps someone.
Thanks,
Deepak
@Deepak Mohan Singh
I'm glad that you were able to resolve your issue and thank you for posting your answer so anyone experiencing this issue can easily reference this!