Is there any way to add a new user [username and password] without using the "Add User Plugin" in XProtect Management Client?

The Management Client is in itself the natural place to add and manage users. (No API or development required.)

The Add User plugin is a Smart Client plugin, it makes possible to create users from Smart Client and avoid using the Management Client.

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

The Add User plugin sample uses Configuration API which is supported in c-code XProtect servers. The Configuration API methods can be used in standalone as well as in any kind of MIP plugin.

Hi, can the Add User plugin be integrated in other application, say together with Javascript?

You can do the same operations by using the configuration API as protocol. (ConfigurationAPIService.svc) The hard part might be to develop the code for login. Unfortunately there is no sample for this.

http://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_soap_protocols.html&tree=tree_3.html

Note:

A plugin runs within Smart Client, Management Client or Event Server and must be .NET

Thanks for helping :slight_smile: