
9,664 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I am trying to create a custom rule for a Group with Dynamic assignment.
I basically want to include any Users who are in Group_A but exclude any of those users who are also in Group_B
I have tried many interactions but have not been able to get his to work such as:
user.memberof -any (group.objectId -in ['Group_A_ID'] -and -notin ['Group_B_ID'])
I'm afraid it is not possible.
This is a preview limitation of the memberof function.