Forum Discussion
Toby Statham
May 16, 2019Brass Contributor
Hide Groups from a Guest User
How can I hide the list of Office 365 Groups in my tenant. When a guest account is added through Azure AD and the invite email is sent, they follow the instructions to login into the Guest tenant...
Anonymous
Aug 21, 2020You can edit the dynamic membership rules of the group "All users" to exclude Guest users.
Go to Azure Active Directory -> Groups
Select the "All users" group and go to "Dynamic membership rules".
Edit the "Rule syntax"
To only include users of type Member enter the following query:
(user.objectId -ne null) and (user.userType -eq "Member")
https://docs.microsoft.com/en-us/azure/active-directory/external-identities/use-dynamic-groups