Identity
Get Tenant
Retrieve a tenant by its Id. If you're unsure of the tenant_id, use listTenant operation to list all tenants under a CoreStack account and fetch the needed tenant_id.
get/tenants/{tenant_id}
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Response
Success
Example response
{
"cost_anomaly_settings": {
"threshold_configuration": {
"category": "all",
"cost_impact_spend_operator": "and"
}
},
"dimension_settings": [
{
"product": "AppSecOps"
}
],
"status": "active"
}