HI Everyone,
I am new to the umbraco, I have an existing site in Umbraco (version 12.1.2), and we need to implement a new structure for organizations. The goal is to create different organizations (e.g., Organization A, Organization B) under which the existing site content (collections, pages, layouts) will reside.
Here’s what we’re aiming for:
* When I create Organization A, all existing site content should be accessible under that organization.
* Similarly, if I create Organization B, the same should happen.
Additionally, in both the CMS admin and the API, we want to access the content like this:
localhost/organization_name/umbraco
localhost/organization_name/api
Any guidance on how to achieve this setup would be greatly appreciated!