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

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

Run with Naftiko Engineering Platform#Action=RemoveUserFromGroup

What You Can Do

GET
Getremoveuserfromgroup — Removes the specified user from the specified group.
/v1/action-removeuserfromgroup
POST
Postremoveuserfromgroup — Removes the specified user from the specified group.
/v1/action-removeuserfromgroup

MCP Tools

removes-specified-user-specified-group

Removes the specified user from the specified group.

read-only idempotent
removes-specified-user-specified-group-2

Removes the specified user from the specified group.

Capability Spec

aws-iam-action-removeuserfromgroup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveUserFromGroup'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveUserFromGroup. 2 operations.
    Lead operation: #Action=RemoveUserFromGroup. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=RemoveUserFromGroup'
  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-removeuserfromgroup
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveUserFromGroup business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=RemoveUserFromGroup'
      path: /#Action=RemoveUserFromGroup
      operations:
      - name: getremoveuserfromgroup
        method: GET
        description: Removes the specified user from the specified group.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: GroupName
          in: query
          type: string
          description: <p>The name of the group to update.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string of character
          required: true
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user to remove.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string of characters
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postremoveuserfromgroup
        method: POST
        description: Removes the specified user from the specified group.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-removeuserfromgroup-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveUserFromGroup.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-removeuserfromgroup
      name: action-removeuserfromgroup
      description: 'REST surface for #Action=RemoveUserFromGroup.'
      operations:
      - method: GET
        name: getremoveuserfromgroup
        description: Removes the specified user from the specified group.
        call: aws-iam-action-removeuserfromgroup.getremoveuserfromgroup
        with:
          GroupName: rest.GroupName
          UserName: rest.UserName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postremoveuserfromgroup
        description: Removes the specified user from the specified group.
        call: aws-iam-action-removeuserfromgroup.postremoveuserfromgroup
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-removeuserfromgroup-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=RemoveUserFromGroup.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: removes-specified-user-specified-group
      description: Removes the specified user from the specified group.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-removeuserfromgroup.getremoveuserfromgroup
      with:
        GroupName: tools.GroupName
        UserName: tools.UserName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: removes-specified-user-specified-group-2
      description: Removes the specified user from the specified group.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-removeuserfromgroup.postremoveuserfromgroup
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.