All plugins using *addNewUserWithExternalType<http://openmeetings.apache.org/UserService.html#addNewUserWithExternalType> * in case you really need to add user of type SOAP I would recommend to modify the code and add appropriate method. In case this is not the option i guess you need to use addNewUser and change its type (while OM is shutted down)
On Tue, Apr 23, 2013 at 7:54 PM, Vieri <[email protected]> wrote: > Hi, > > What's the best way to add/create an OM user with web-service/SOAP rights? > Should I use the admin user and call UserService/addNewUser (which creates > a standard user) and then directly edit the om_user table and set level_id > to 4? > > I'd like to do this via command-line or programmatically via SOAP or > direct DB access (not through the web UI). > > Thanks, > > Vieri > > -- WBR Maxim aka solomax
