Build
Admin
The 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 the Admin
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 the Admin
module.
Response
Update an Organization
To update an organization, you can use the updateOrganization
method.
Response
Delete an Organization
To delete an organization, you can use the deleteOrganization
method.
Get an Organization
To get an organization, you can use the getOrganization
method.