UpdateOrganizationRequest
user_idstringrequired
ID of the user who is updating the organization
user_roleOrgMembership (string)
Role assigned to the user in the organization
Possible values: [Admin, Member]
activeboolean
If set to false, the organization will be deactivated and no new resources can be provisioned. Existing resources will be inaccessible.
org_quota object
limit_bytesint64required
The number of bytes that the organization is allowed to store across all of its buckets. Zero means no limit.
UpdateOrganizationRequest
{
"user_id": "string",
"user_role": "Admin",
"active": true,
"org_quota": {
"limit_bytes": 0
}
}