You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT U.DISPLAY_NAME AS DisplayName, LP.HIERARCHICAL_NAME AS PrimaryLocation, U.USER_NAME AS UserName, U.EMAIL AS Email, S.DISPLAY_NAME AS ReportsTo, U.IS_INACTIVE AS Inactive, U.IS_DISABLED AS Disabled
FROM ENGINE.USER_SETTINGS U
LEFT JOIN DATACENTER.LOCATION_PROFILE LP ON U.PRIMARY_LOCATION_ID=LP.LOCATION_PROFILE_ID
LEFT JOIN ENGINE.USER_SETTINGS S ON U.REPORTS_TO_ID=S.USER_ID