BasicUser.Save() or User.Save() methods not supported.

Hello. I’m trying to create program for user administaration.

I can access the User as BasicUser or User like

BasicUser basicUser = new BasicUser(basicUserFolder.ServerId, SomeUser.Path);

and can read all information that I need. But when i modifying some properties, like Description, and call Save() i receive a message that “method is unsupported”. Can you explain how I can modify properties and save to server through SDK? please. Or point to sample.

Exception thrown: ‘System.ServiceModel.FaultException`1’ in mscorlib.dll

ValidateItem:Указанный метод не поддерживается.

Smart Client Add User sample might be helpful for you.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/adduserwithconfigapi/readme.html&tree=tree_1.html

This sample demonstrates how to create and modify object using configuration API.

Sanks, i’ve found my mistake. Problem was in creating basucUser with path from User.