#548 - import security groups
Is it possible to import security groups? I have about 1900 I need to setup and one by one would be extremely time consuming.
Is it possible to import security groups? I have about 1900 I need to setup and one by one would be extremely time consuming.
10 years ago
Yes, I highly advise using SQL directly against the database for initial setup if not coming from a scratch install. The table that you would insert into is the securitygroups_records table. Add a group to a record via the UI then see how it gets inserted into the database. ID fields are populated using uuid(). Datetime fields use now().
8 years ago
Closing this out, but feel free to follow up if you have any more questions.