ListAccessKeysRequest | Tigris Object Storage Documentation

ListAccessKeysRequest

user_id string required

ID of the user for whom the access keys are being listed

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]

limit integer

Maximum number of keys to return. Defaults to 100, max 1000.

continuation_token string

Token from previous response to fetch next page.

key_id_prefix string

List only keys with specific ID prefix

ListAccessKeysRequest

{

"user_id": "string",

"user_role": "Admin",

"limit": 0,

"continuation_token": "string",

"key_id_prefix": "string"
}