Skip to main content

CreateOrganizationRequest

org_namestringrequired

Name of the organization to be created

user_idstringrequired

ID of the user who is creating the organization

org_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.

CreateOrganizationRequest
{
"org_name": "string",
"user_id": "string",
"org_quota": {
"limit_bytes": 0
}
}