I have a list of userids and I would like to write an IQL search that I can plug that list in and it will give me all devices assigned to those users.
My attribute that the User is in is "Responsible Owner"
Any help would be great.
Thanks in advance.
This IQL should get you all the assets:
"Responsible Owner" IN ("user1", "user2", "userN")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.