Is there an SDK to change the password of the basic user?

Hello,I have a demand.I hope to develop an application that can change the password of the basic user of XProtect.For example, I can manually enter the new password to change the old password after I successfully connect to the Management Server.Is there a related sample? Or does the MIP SDK Documentation have related classes and methods for reference? Thanks.

Yes, Configuration API is available for changing the password. Please explore this sample, start the sample and see “Basic users” -

https://doc.developer.milestonesys.com/html/index.html?base=samples/configapiclient.html&tree=tree_2.html

Also, let me suggest one more sample - Smart Client Add User – please explore this one too.

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

Thank you for the information.