DavaJohn
10 years agoLevel 2
Need to bulk load and create new OpsCenter user accounts
We have approximately 400 new users which will be added to our OpsCenter 7.6.1.2 instance, they will all be created with the same views and permissions.
Is there an approved method to bulk create these? Has anyone already done something like this?
something akin to?
Insert into security_user (loginid, domainname, domainType, createdByUserId,createdTime, lastModifiedByUserId, lastModifiedTime, isdeleted) VALUES (......)
David Johnson
IBM Enterprise Backups
That would probably work (don't know its supported), but why dont just add the users via AD/LDAP group?