Create a tenant organization (Beta)

View as MarkdownOpen in Claude
Create a new tenant organization with the specified name and organization slug to be used in the URL. **Beta**: This documentation describes a public beta feature and is subject to the [Beta features](/docs/sigma-product-releases#beta-features) disclaimer. ### Usage notes - To perform this operation, you must use API credentials owned by a user assigned the Admin account type. - The **tenantOrganizationName** is displayed as the organization name in the Sigma interface. - The **tenantOrganizationSlug** must be unique and is used in URLs to identify the tenant organization.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

The request body.
tenantOrganizationNamestringRequired
Name of the tenant organization to create
tenantOrganizationSlugstringRequired
URL identifier for the tenant organization
cloudProviderenumOptional
Cloud provider to create the tenant organization in. Defaults to the same cloud provider as the parent organization

Response

The response body.
tenantOrganizationIdstring
Unique identifier of the tenant organization
parentOrganizationIdstring
Unique identifier of the tenant's parent organization
createdBystring
Unique identifier of the user who created the tenant organization
updatedBystring
Unique identifier of the user who last updated the tenant organization
createdAtdatetime

Timestamp when the tenant organization was created. Format: ISO 8601 timestamp

updatedAtdatetime

Timestamp when the tenant organization was last updated. Format: ISO 8601 timestamp

tenantOrganizationNamestring
Name of the tenant organization to create
tenantOrganizationSlugstring
URL identifier for the tenant organization
sharedAtdatetime

Timestamp when the tenant organization was shared, if applicable. Format: ISO 8601 timestamp

tenantCloudProviderstring
Cloud provider the tenant organization is hosted on
tenantRegionstring
Region the tenant organization is hosted in
tenantApiUrlstring
Base URL for accessing the tenant organization API