Hi Daemon,
someone said that it is possible to use the "fwm dbload" command in R80.X, which is apparently not the case. So, the only option I could figure out to add multiple user object as a bulk operation is to use a csv file along with dbedit. But, I noticed that there are still technical issues.
First, if you create an object like this:
create user-group Marketing
create user Jim
modify users Jim auth_method 'Internal Password'
then, it is not possible to update_all since you get the error message that the internal password must not be empty. So, if I change the auth_method to SecurID, then, you can update_all. But;
addelement users Jim groups users:Marketing
does not work either. You do not get any error message, but SmartConsole reveals that the group membership did not make the way to the database.
Is this a known iss