How to list groups that I am an owner of?

Deepak Mohan Singh 121 Reputation points
2021-10-28T09:58:03.613+00:00

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/

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Answer accepted by question author
  1. Deepak Mohan Singh 121 Reputation points
    2021-10-28T15:17:23.443+00:00

    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

    4 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. JamesTran-MSFT 37,226 Reputation points Microsoft Employee Moderator
    2021-10-28T16:00:58.997+00:00

    @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!


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.