<p>Does anyone know how I can detect if a user is disabled.</p><p>I'm currently doing a InsfoStore.Query("SELECT SI_ID FROM CI_SYSTEMOBJECTS WHERE SI_KIND='User'") which retrieves the users nicely but I can find nothing within the returned data that indicates that the user is disabled or enabled?</p>