Subject: How to allow users to create sub-collections within a specific parent collection?

Hello,

I am new to Vaultwarden and I am trying to understand the nuances of roles and permissions.

I have users with the “User” type profile. I have granted them “Manage” permissions on specific collections, but they are still unable to create new collections (or sub-collections) under them.

Here is what I am trying to achieve:

  • Collection col_A: Members of the “serviceA” group (and only them) should be able to manage this collection and create new sub-collections underneath it.

  • Collection col_B: Members of the “serviceB” group (and only them) should be able to manage this collection and create new sub-collections underneath it.

How can I configure this? Do I need to change the User type to “Manager” or is there a specific permission I am missing at the group level?

Thanks in advance for your help!

“I think I’ve found something I misunderstood. In fact, the collection tree (Parent \ col_A, Parent \ col_B) is only for organizing or sorting collections. It seems there is no permission inheritance.”