The admin
module is used to manage organizations
and in the future, other administrative resources for your tenant.
With @truststack/sdk
installed and configured, or alternatively, just the @truststack/admin
package.
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.
To create an organization, you can use the Admin
module.
To update an organization, you can use the updateOrganization
method.
To delete an organization, you can use the deleteOrganization
method.
To get an organization, you can use the getOrganization
method.
The admin
module is used to manage organizations
and in the future, other administrative resources for your tenant.
With @truststack/sdk
installed and configured, or alternatively, just the @truststack/admin
package.
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.
To create an organization, you can use the Admin
module.
To update an organization, you can use the updateOrganization
method.
To delete an organization, you can use the deleteOrganization
method.
To get an organization, you can use the getOrganization
method.