
Announcements
Hello,
I have more than 1500 members in Office 365 group, however, "Office365Groups.ListGroupMembers" only returns 100 members by default and maximum limit is 900.
Can you please share how can I access all the members ( 1500 members) of the Office 365 groups in PowerApps?
Thanks and Regards,
I haven't tried this, so I don't know if this will run into a similar issue. But you can try using Microsoft Graph to retrieve the user list. you can read about the required HTTP call here:
https://docs.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-1.0&tabs=http
You'll probably have to actually call a Power Automate flow to retrieve the members and then return that to a collection as JSON.
Part of the problem is that if you check the documentation Microsoft recommends not having Office 365 groups larger than 1,000 members because some functionality is lost when they get larger than that.