Using either the SWIS API (python orionsdk) or SWQL studio, the following query returns no rows when a user is authenticated using a 'username@domain' format. The query does return data using 'DOMAIN\username' format for the same user, and for local accounts. This is on version 2024.2.0.
SELECT Top 10 NodeCaption FROM Cirrus.Nodes
A similar query on Orion.Nodes returns data fine using 'username@domain' format.
SELECT Top 10 Caption FROM Orion.Nodes
I have only been able to find posts from the past about users not including domain name at all, so I'm not sure if this is expected behavior or a bug. Would love to hear if others can replicate, and maybe if someone knows if this is a known issue or bug.
Thanks!