London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Scott,
Yes you can, you would need to create your own visitor group criterion.
You could use an exact match and enter the desired role.
You would then write logic to look up the current users roles, presuming you store them in current session/claims/cookie, and if it matches then they would fulfil the criteria.
Thanks
Paul
We installed the Visitor Group Criteria pack in hopes that the we could use the roles but it is not working the way that we expect. We get our roles from an API and sync it to Opti when a user logs in. The roles that are listing in the drop down of the visitor group does not match that which is available in CMS groups. Is there a way through code to look at the user profile to get the roles to assign users to a visitor group?