Im using Perl LWP to get some information on groups: owners and members. The strange thing is that listing owners works without any problem, getting the users gives me a return code 200 but with empty content… no users. While I know the group does in fact have members.
The URL I use is like:
https://graph.microsoft.com/v1.0/groups/<some_id>/members/?$select=id,displayName,userPrincipalName&…
- I added the $count and set consistencylevel to eventual (just in case).
- Almost the same URL (owners instead of members) does work.
- Running the same URL in Graph explorer does in fact return the members
- As far as I can see the permission for members is the same as for owners
Kindof at a loss at the moment. Can you help?
Peter