Identity
List Tenant
There can be multiple tenants within a CoreStack account. List all tenants the user is mapped under a CoreStack account. If there are 3 tenants and user performing this operation has access to only 2 tenants then only those 2 tenants will be returned.
get/tenants
Response
Success
Example response
{
"tenants": [
{
"cost_anomaly_settings": {
"threshold_configuration": {
"category": "all",
"cost_impact_spend_operator": "and"
}
},
"dimension_settings": [
{
"product": "AppSecOps"
}
],
"status": "active"
}
]
}