ListOrganizationsResponse
data object[]required
Array [
idstringrequired
Organization ID
namestring
Name of the organization
activeboolean
If set to false, the organization is deactivated
quota object
limit_bytesint64required
The number of bytes that the organization is allowed to store across all of its buckets. Zero means no limit.
]
ListOrganizationsResponse
{
"data": [
{
"id": "string",
"name": "string",
"active": true,
"quota": {
"limit_bytes": 0
}
}
]
}