Forum Discussion
Guest user able to list group members
Hi,
I'm currently trying out the Guest User, and noticed that guest user account using graph api are:
1. not able to list group using - https://graph.microsoft.com/v1.0/groups
2. able to list group members if given the GroupId using - https://graph.microsoft.com/v1.0/groups/{{GroupId}}/members
3. able to list group owners if given the GroupId using - https://graph.microsoft.com/v1.0/groups/{{GroupId}}/members
Note: the user isn't part of the group of the mentioned Group Id
Guest user access Settings : Guest users have limited access to properties and memberships of directory objects
Is there anything i can do to avoid [2] & [3] or the only option is to move to "Guest user access is restricted to properties and memberships of their own directory objects (most restrictive)"
That's a known issue/expected behavior, the option you mentioned is the only way to address it.
That's a known issue/expected behavior, the option you mentioned is the only way to address it.
- MosesLimCopper ContributorOK,
I try on Powershell with "Most Restrictive" with get-azadgroupmember -groupDisplayName "All Users"
The guest user are able to list it. He isn't in the list. I'm able to list any group as long as i know the nameUm, how exactly did you run PowerShell as a Guest?