Multi-tenant endpoints in API
02 March 2026
There have been some hidden API options for multi-tenant users for a while, and since there is a growing number of multi-tenant users it was about time to properly document it.
If you have a multi-tenant subscription, there are groupadmins that can create, view and delete organizations in the GUI. These organizations are isolated and cannot see each others data. The groupadmin does have options to query and report over all organizations in the group.
Some of you want to dynamically manage organizations through the API.
For that, there are three endpoints available:
create organization
active_organizations
delete_organization
You can of course also use this functionality in the ShadowTrackr Python API. There is a
multi-tenant example included in the code on Github.
The groupcode and group API key needed to use this can be found in the GUI on the group settings page. This page is only accessible to groupadmins.