Search-in-list type of Search Query: Find Roles with one or more access profiles from list

Is it possible to find roles which have one or more access profiles from a list? Something like a pseudo-SQL equivalent of SELECT * FROM ROLES WHERE ACCESS_PROFILES IN("A", "B", "C")?

Using your example language, try this in the Search UI:

"A" OR "B" OR "C"

Use the full Access Profile Name in the quotes.

I had the same thought. This works well for a few items in the list, but can be inconvenient for a large list, where you may end up doing 50+ OR conditions.

In that case, I would look at using the ISC SDK and create a script to pull and compile the results.

You can try Tags if you have fixed list of Acces Profiles or limited addition to the list.

Would you happen to have a sample query for how this Role search query would look like for tagged access profiles?