asked on October 29, 2023
Hello folks ,
I am getting user information on my application, so I want to get the user status (Disabled or Enabled) and also can disable or enable it from my code via SDK?
session.LogIn(repository);
var lstGroups = new List<string>();
AccountInfo oAccountInfo = Account.GetInfo("Test", session);
var des = oAccountInfo.Description;
var userType = oAccountInfo.TrusteeType;
thanks all.
0
0