APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListAccessKeys

APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListAccessKeys. 2 operations. Lead operation: #Action=ListAccessKeys. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=ListAccessKeys

What You Can Do

GET
Getlistaccesskeys

Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list.

Although each user is limited to a small number of keys, you can still paginate the result

/v1/action-listaccesskeys
POST
Postlistaccesskeys

Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list.

Although each user is limited to a small number of keys, you can still paginate the result

/v1/action-listaccesskeys

MCP Tools

p-returns-information-about-access-key

Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list.

Although each user is limited to a small number of keys, you can still paginate the result

read-only idempotent
p-returns-information-about-access-key-2

Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list.

Although each user is limited to a small number of keys, you can still paginate the result

Capability Spec

aws-iam-action-listaccesskeys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListAccessKeys'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListAccessKeys. 2 operations. Lead
    operation: #Action=ListAccessKeys. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=ListAccessKeys'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-listaccesskeys
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListAccessKeys business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=ListAccessKeys'
      path: /#Action=ListAccessKeys
      operations:
      - name: getlistaccesskeys
        method: GET
        description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none,
          the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still
          paginate the result
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string of characters consistin
        - name: Marker
          in: query
          type: string
          description: Use this parameter only when paginating results and only after you receive a response indicating that
            the results are truncated. Set it to the value of the <cod
        - name: MaxItems
          in: query
          type: integer
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response.
            If additional items exist beyond the maximum you spec
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postlistaccesskeys
        method: POST
        description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none,
          the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still
          paginate the result
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: MaxItems
          in: query
          type: string
          description: Pagination limit
        - name: Marker
          in: query
          type: string
          description: Pagination token
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-listaccesskeys-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListAccessKeys.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-listaccesskeys
      name: action-listaccesskeys
      description: 'REST surface for #Action=ListAccessKeys.'
      operations:
      - method: GET
        name: getlistaccesskeys
        description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none,
          the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still
          paginate the result
        call: aws-iam-action-listaccesskeys.getlistaccesskeys
        with:
          UserName: rest.UserName
          Marker: rest.Marker
          MaxItems: rest.MaxItems
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postlistaccesskeys
        description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none,
          the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still
          paginate the result
        call: aws-iam-action-listaccesskeys.postlistaccesskeys
        with:
          MaxItems: rest.MaxItems
          Marker: rest.Marker
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-listaccesskeys-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListAccessKeys.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-returns-information-about-access-key
      description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none,
        the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still
        paginate the result
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-listaccesskeys.getlistaccesskeys
      with:
        UserName: tools.UserName
        Marker: tools.Marker
        MaxItems: tools.MaxItems
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-returns-information-about-access-key-2
      description: <p>Returns information about the access key IDs associated with the specified IAM user. If there is none,
        the operation returns an empty list.</p> <p>Although each user is limited to a small number of keys, you can still
        paginate the result
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-listaccesskeys.postlistaccesskeys
      with:
        MaxItems: tools.MaxItems
        Marker: tools.Marker
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.