Rest API query custom property value and add to automatic group

Apologies, I didn’t have a setup to check and made a typo there. We should be looking for values "Owner", not keys "Owner"; or of course wherever it is that you’re storing it.

exists values "Owner" whose (it as string is contained by set of ("username1@example.com";"username2@example.com";"username3@example.com")) of keys "HKLM\Software\MyCompanyKeys" of native registry

I had to remove the value of from the whose statement but now it works thanks!

exists values "Owner" whose (it as string is contained by set of ("username1@example.com";"username2@example.com";"username3@example.com")) of keys "HKLM\Software\MyCompanyKeys" of native registry

Thanks, I really got quit posting from my phone :slight_smile:
I corrected my relevance above too.