I was using
UserInfo UI = new UserInfo(); UI.Session = mySess; UI.Name = userName; UI.Password = password; ... UI.NamedUserStatus = NamedUserStatus.ReadWrite; UI.Save();
To just create new users and assign a license. That's apparently not supported in SDK 9.2. NamedUserStatus is just for getting the status now.
I really just want to manage (assign to users and remove from users) named user licenses the correct way. How do you do that in SDK 9.2? I do not see it in the documentation. Thank you.