UpdateOrganizationRequest | Tigris Object Storage Documentation

UpdateOrganizationRequest

user_id string required
ID of the user who is updating the organization

user_role OrgMembership
Role of the user in the organization. Controls what the user can do through the Partner API management endpoints.

If omitted, defaults to Member behavior.

Possible values: [Admin, Member]

active boolean
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_bytes int64 required
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

}

}