Currently, in our application, we have a multi-tenant embedded setup for a dashboard.
We plan to give author access to some users. I wanted to understand if it is possible to limit the number of assets they can create? What are the different limits we can set for these users?
It would be helpful if you could provide some documentation and best practices for this setup.
Deepak is right. We don’t have any quota restrictions on the number of assets. If there is a need for you to keep track of the assets created by each user, you can use our search APIs to get the list, derive counts from that and use that in your own workflows - Say, to remind users to clean up unused assets if they have hundreds or thousands of them. (Marking Deepak’s response as solution)