Skip to main content

GetOrganizationResponse

data object
idstringrequired

Organization ID

namestring

Name of the organization

activeboolean

If set to false, the organization is deactivated

quota object
limit_bytesinteger<int64>required

The number of bytes that the organization is allowed to store across all of its buckets. Zero means no limit.

GetOrganizationResponse
{
"data": {
"id": "string",
"name": "string",
"active": true,
"quota": {
"limit_bytes": 0
}
}
}