Hello @Brett Johnson
Thank you for reaching out. I see you are using in correct syntax (user.memberof -any (group.objectId -in ['Value'])
. When using the syntax you have shared we are bound to get error which states as below:
I would request you to please remove bracket in the start of the rule. Correct syntax to use memberof property would be as follows:
user.memberof -any (group.objectId -in ['groupId', 'groupId'])
For more details, please review following document: Steps to create a memberOf dynamic group
I hope this helps.
----------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.