I need to import a large amount a groups in laserfiche cloud(over 2000 groups(customer has 241 stores and multiple document type with different access restriction ), what would be my option?
Is there an API on laserfiche cloud that I could use to create the users and groups?
I considered using robotic process automation with the account page(I have trouble writing to the field "Group name * " after clicking the "Save and create another" because the action changes the identity of the field.).
In Laserfiche cloud you can import a users list from a CSV file to create users but not group ex:
EmailAddress,FirstName,LastName,Name,Password,LicenseType
johnsmith@Company.com,John,Smith,johnsmith,asdf1234,Full
janesmith@Company.com,Jane,Smith,janesmith,qwerty1234,None
Would there be a way to do the same with groups and users assignment to group like:
Type;EmailAddress,FirstName,LastName,Name,Password,LicenseType;Groups
Group,,,,Administration,,
Group,,,,TI,,
User,johnsmith@Company.com,John,Smith,johnsmith,asdf1234,Full,Administration|IT
User,janesmith@Company.com,Jane,Smith,janesmith,qwerty1234,None ,Administration
Thanks