Oct 19 2023 02:46 AM
Hi
I have Group A which is made up of direct members
I have Group B which is a dynamic group
I want to create a dynamic user group and have it populate with users where the members belong to both Group A and Group B.
I have tried
user.memberof -any (group.objectId -in ['xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx']) -and ,'user.memberof -any (group.objectId -in ['zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzz']) but that doesnt work. It seems that there is no option to replace -any with -all
I have read some of the preview limitations so suspect that it might not be possible. But if that is the case what is the best way to create a dynamic group where the members must exist in both the other 2 groups ?
Thanks
Oct 19 2023 02:48 AM
SolutionOct 19 2023 03:55 AM