Attempting to use MS Teams and channels for role security in a PowerApp. I tried to get the members (not owner) of particular channels in my MS Team Group. I have been able to use MS Teams Connector to get the Team Group Name, Group Id, Channel Name and Channel Ids and display them in a gallery. I cannot get MicrosoftTeams.ListMembers() to display channel members. The thread type of 'channel' for MicrosoftTeams.ListMembers() throws an error.
I also tried connecting to Office 365 Groups connector using Power Automate to get the group members via an http request, which was successful for the group, but am unable to substitute group id with channel id to get channel members using MemberOf.
Question is it possible to get members of a specific channel within a MS Teams Group in Power Apps or Power Automate?