I can't see any way in the Management API to get the default organisation, so I'm assuming it's not currently available.
In my case I have a specific persona of user that depends on the Kinde organisation they belong to, either the default organisation or a different one. As Kinde places a special emphasis of the default organisation, it would be good to see this reflected in the API. Also
https://github.com/kinde-oss/kinde-typescript-sdk/issues/63#issuecomment-2573902789I'm not too fussed how it gets surfaced, whether it is in Enviroment settings or say calling the GetOrganisation API without passing in an Organisation ID, but it would be good to have this available at runtime. Currently I store this in a separate configuration settings but it does open up the opportunity for environment misconfiguration.
Not a high priority from my standpoint, just a good to have.