# CreateOrganizationRequest

**org_name** string required  
Name of the organization to be created

**user_id** string required  
ID of the user who is creating the organization

**org_quota** object

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

CreateOrganizationRequest

```json
{

"org_name": "string",

"user_id": "string",

"org_quota": {

"limit_bytes": 0

}

}
```
