RotateAccessKeyRequest | Tigris Object Storage Documentation

RotateAccessKeyRequest

user_id stringrequired
ID of the user for whom the access key is being updated

id stringrequired
Access key ID

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]

RotateAccessKeyRequest

{
  "user_id": "string",
  "id": "string",
  "user_role": "Admin"
}