GetAccessKeyRequest | Tigris Object Storage Documentation

GetAccessKeyRequest

user_id string required

ID of the user who owns the access key

id string required

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]

GetAccessKeyRequest

{

"user_id": "string",

"id": "string",

"user_role": "Admin"

}