admin module is used to manage organizations and in the future, other administrative resources for your tenant.
Installation
With@truststack/sdk installed and configured, or alternatively, just the @truststack/admin package.
Managing Organizations
Using theAdmin module, you can manage organizations. An organization is just a logic grouping of users that likely exists on your platform.
Read more about organizations to learn more.
Create an Organization
To create an organization, you can use theAdmin module.
Response
Update an Organization
To update an organization, you can use theupdateOrganization method.
Response
Delete an Organization
To delete an organization, you can use thedeleteOrganization method.
Get an Organization
To get an organization, you can use thegetOrganization method.