An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi Pasquale,
Thank you for reaching out to Microsoft!
- To get the list of members of this group, you need to run this API https://graph.microsoft.com/v1.0/groups from which you will get the group-id of the particular groups which you want to see then, put that group-id in another API https://graph.microsoft.com/v1.0/groups/{group-id}/members then you will get all members. Please refer the snapshots step by step
Step - 1:
Step-2:
Also, for your second question, please try calling graph API as per this example
https://learn.microsoft.com/en-us/graph/api/driveitem-list-permissions?view=graph-rest-1.0&tabs=http#example
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment