Closed brendan-snyk closed 11 months ago
It would be nice to have a method to pull inventory based on email address. I suspect the adoption of this project would be much higher if that existed.
Nevermind, found it in the filters:
filter_expression=FilterField("userAndLocation.email").eq("test@test.com")
all_computers = client.pro_api.get_computer_inventory_v1(filter_expression=filter_expression)
It would be nice to have a method to pull inventory based on email address. I suspect the adoption of this project would be much higher if that existed.