OrgInfo
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.
OrgInfo
{
"id": "string",
"name": "string",
"active": true,
"quota": {
"limit_bytes": 0
}
}