web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / check M365 group owner...
Power Apps
Answered

check M365 group owner or member

(0) ShareShare
ReportReport
Posted on by 384

Hi all,

how can I check if I am owner and/or member of a M365 group in PowerApps?

Best regards

Frank

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Frankie70 ,

     

    If you would like to check whether the App user is a member of a specific group, you can use below method OnStart of the App:

    ClearCollect(colGM, Office365Groups.ListGroupMembers("GroupIDinAzureAD").value);
    Set(memberCheck, !IsBlank(LookUp(colGM,Lower(User().Email) = Lower(mail))))

     

    If you would like to check if the user owns the specific group, you can use below method OnStart of the App:

    ClearCollect(colGM, Office365Groups.ListOwnedGroups().value);
    Set(OwnerCheck, !IsBlank(LookUp(colGM, "GroupID" in id)))

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • Frankie70 Profile Picture
    384 on at

    Hi @v-jefferni 

    this really helped.

    Thanks a lot!

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard