I need to mass create "Laserfiche Users" in a repository, using a Laserfiche SDK script in a Workflow that gets user info data from the corporate database.
This script is working fine and can create users with all the properties I need except one. The script can't assign a full license to repository users. I get a permission denied error
As a workaround, on my Avante system, I have found a way to assign licenses to all users at once the following way: In the Admin console, we can select many users and we go to "All Task" and choose "Add to named users"
But the customer system is RIO. In the admin console, when I select many users, I don't have the option to "Add to named users" under "All Task".
In the SDK Script, the line where it's giving the error is: NewUser.NamedUserStatus = Named_User_Status.NAMED_USER_READWRITE
Is this normal I get this permission denied error?
What is the workaround?