With Organization plugin, `getFullOrganization` and `setActive` is always returning `null`
I'm building a Organiztion dash, from where I need to inspect organizations once created.
Although I'm the owner of the admin once I create it, I cannot get the organization details from the client because both
I tried both with slug and id (I'd prefer to use slug) but they behave the same.
From what I understood from the docs, you need to have an activeOrganization binded to your session to be able to inspect it, but what is the best way to inspect each organization without relying on active ones?
I'm the "super admin" of the service, (also using the admin plugin) and I'm also the owner of each organization created by me, so I should be able to inspect any organization I need and make operations over it without restrictions
Although I'm the owner of the admin once I create it, I cannot get the organization details from the client because both
getFullOrganization and setActive return a 200 with null.I tried both with slug and id (I'd prefer to use slug) but they behave the same.
From what I understood from the docs, you need to have an activeOrganization binded to your session to be able to inspect it, but what is the best way to inspect each organization without relying on active ones?
I'm the "super admin" of the service, (also using the admin plugin) and I'm also the owner of each organization created by me, so I should be able to inspect any organization I need and make operations over it without restrictions