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

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

Run with Naftiko Engineering Platform#Action=GetAccountAuthorizationDetails

What You Can Do

GET
Getgetaccountauthorizationdetails

Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM permissions (us

/v1/action-getaccountauthorizationdetails
POST
Postgetaccountauthorizationdetails

Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM permissions (us

/v1/action-getaccountauthorizationdetails

MCP Tools

p-retrieves-information-about-all-iam

Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM permissions (us

read-only idempotent
p-retrieves-information-about-all-iam-2

Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM permissions (us

read-only

Capability Spec

aws-iam-action-getaccountauthorizationdetails.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountAuthorizationDetails'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountAuthorizationDetails.
    2 operations. Lead operation: #Action=GetAccountAuthorizationDetails. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=GetAccountAuthorizationDetails'
  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-getaccountauthorizationdetails
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountAuthorizationDetails
      business capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=GetAccountAuthorizationDetails'
      path: /#Action=GetAccountAuthorizationDetails
      operations:
      - name: getgetaccountauthorizationdetails
        method: GET
        description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services
          account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration
          of IAM permissions (us
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Filter
          in: query
          type: array
          description: <p>A list of entity types used to filter the results. Only the entities that match the types you specify
            are included in the output. Use the value <code>LocalMa
        - 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: 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: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postgetaccountauthorizationdetails
        method: POST
        description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services
          account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration
          of IAM permissions (us
        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-getaccountauthorizationdetails-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountAuthorizationDetails.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-getaccountauthorizationdetails
      name: action-getaccountauthorizationdetails
      description: 'REST surface for #Action=GetAccountAuthorizationDetails.'
      operations:
      - method: GET
        name: getgetaccountauthorizationdetails
        description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services
          account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration
          of IAM permissions (us
        call: aws-iam-action-getaccountauthorizationdetails.getgetaccountauthorizationdetails
        with:
          Filter: rest.Filter
          MaxItems: rest.MaxItems
          Marker: rest.Marker
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postgetaccountauthorizationdetails
        description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services
          account, including their relationships to one another. Use this operation to obtain a snapshot of the configuration
          of IAM permissions (us
        call: aws-iam-action-getaccountauthorizationdetails.postgetaccountauthorizationdetails
        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-getaccountauthorizationdetails-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountAuthorizationDetails.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-retrieves-information-about-all-iam
      description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account,
        including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM
        permissions (us
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-getaccountauthorizationdetails.getgetaccountauthorizationdetails
      with:
        Filter: tools.Filter
        MaxItems: tools.MaxItems
        Marker: tools.Marker
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-retrieves-information-about-all-iam-2
      description: <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services account,
        including their relationships to one another. Use this operation to obtain a snapshot of the configuration of IAM
        permissions (us
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-getaccountauthorizationdetails.postgetaccountauthorizationdetails
      with:
        MaxItems: tools.MaxItems
        Marker: tools.Marker
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.