cancel
Showing results for 
Search instead for 
Did you mean: 

Detecting disabled users

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<p>&nbsp;</p><p>An Enterprise User allows for multiple authentication methods and User aliases, and you&#39;ll have to check them all. Query for SI_ALIASES property for the User, retrieve the UserAliases collection, see if the Disabled property for each UserAlias in the collection is true.</p><p>TUeda </p>

Answers (0)