We have a requirement that on a certain application which is part of Entra ID source at one time, a user has to have a single access profile. Our approach is to create a certification campaign for users who have multiple access profile. I know that from search it might not possible as we cannot get a count of access profiles of certain application or that match a regex. So I am trying to use workflows to achieve. But I am stuck at “getAccess” step. I have the following queries:
- Is there a way to use the search query option in getAccess to query for a user having a certain access profiles (e.g. id:$.trigger.recipient.id AND @access(name:Accounts*))
- Is there a way to get the count of access profiles matching a regex from the getAccess and use it under compare numbers operators
Thanks in advance