Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

IQL Help for a User attribute

Kevin Thibeault
Contributor
October 20, 2021

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. 

1 answer

0 votes
Mikael Sandberg
Community Champion
October 20, 2021

This IQL should get you all the assets:
"Responsible Owner" IN ("user1", "user2", "userN") 

Suggest an answer

Log in or Sign up to answer