Get details for a tenant organization (Beta)
Get details for a tenant organization (Beta)
Retrieve details of a specific tenant organization by tenantOrganizationId.
**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.
- Retrieve the **tenantOrganizationId** by calling the [/v2/tenants](https://help.sigmacomputing.com/reference/list-tenants) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
tenantOrganizationId
Response
The response body.
tenantOrganizationId
Unique identifier of the tenant organization
parentOrganizationId
Unique identifier of the tenant's parent organization
createdBy
Unique identifier of the user who created the tenant organization
updatedBy
Unique identifier of the user who last updated the tenant organization
createdAt
Timestamp when the tenant organization was created. Format: ISO 8601 timestamp
updatedAt
Timestamp when the tenant organization was last updated. Format: ISO 8601 timestamp
tenantOrganizationName
Name of the tenant organization to create
tenantOrganizationSlug
URL identifier for the tenant organization
tenantCloudProvider
Cloud provider the tenant organization is hosted on
tenantRegion
Region the tenant organization is hosted in
tenantApiUrl
Base URL for accessing the tenant organization API

