Hi, I want to create folders via the API that are visible to all users within my Organisation.
I have been able to create folders using an "app user" (via JWT), but these folders are not visible to normal users.
I think I need to
1. Create an "All Users" group - containing all users.
2. Add that group as a collaborator to all folders created via the App Users
Or should I be creating this in another way\user or with different permissions?
Thanks,
Greg