Skip to main content

List all Access Keys

POST 

/v1/providers/:provider_id/orgs/:org_id/keys

Lists all the access keys for a user in the organization account.

Request

Path Parameters

    provider_id stringrequired

    Provider ID

    org_id stringrequired

    Organization ID

Body

required

    user_id stringrequired

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

    user_role OrgMembership (string)

    Possible values: [Admin, Member]

    Role assigned to the user in the organization

Responses

OK

Schema

    keys

    object[]

    required

  • Array [

  • id stringrequired

    Access key ID

    name stringrequired

    Name of the access key

    status stringrequired

    Possible values: [Active, Inactive]

    Status of the access key.

    buckets_roles

    object[]

  • Array [

  • bucket_name stringrequired

    Name of the bucket

    role stringrequired

    Possible values: [ReadOnly, Editor, Admin]

    The role assigned to the access key defines the permissions (read, write, admin) for the associated bucket.

  • ]

  • ]

Loading...