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

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

Run with Naftiko Engineering Platform#Action=UpdateUser

What You Can Do

GET
Getupdateuser

Updates the name and/or the path of the specified IAM user.

You should understand the implications of changing an IAM user's path or name. For more information, see /v1/action-updateuser

POST
Postupdateuser

Updates the name and/or the path of the specified IAM user.

You should understand the implications of changing an IAM user's path or name. For more information, see /v1/action-updateuser

MCP Tools

p-updates-name-and-path-specified

Updates the name and/or the path of the specified IAM user.

You should understand the implications of changing an IAM user's path or name. For more information, see read-only idempotent

p-updates-name-and-path-specified-2

Updates the name and/or the path of the specified IAM user.

You should understand the implications of changing an IAM user's path or name. For more information, see

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateUser'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateUser. 2 operations. Lead operation:
    #Action=UpdateUser. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateUser'
  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-updateuser
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateUser business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateUser'
      path: /#Action=UpdateUser
      operations:
      - name: getupdateuser
        method: GET
        description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand
          the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: '<p>Name of the user to update. If you''re changing the name of the user, this is the original user
            name.</p> <p>This parameter allows (through its <a href="http:'
          required: true
        - name: NewPath
          in: query
          type: string
          description: <p>New path for the IAM user. Include this parameter only if you're changing the user's path.</p> <p>This
            parameter allows (through its <a href="http://wikipedi
        - name: NewUserName
          in: query
          type: string
          description: <p>New name for the user. Include this parameter only if you're changing the user's name.</p> <p>IAM
            user, group, role, and policy names must be unique within t
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdateuser
        method: POST
        description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand
          the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/User
        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-updateuser-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateUser. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updateuser
      name: action-updateuser
      description: 'REST surface for #Action=UpdateUser.'
      operations:
      - method: GET
        name: getupdateuser
        description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand
          the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/User
        call: aws-iam-action-updateuser.getupdateuser
        with:
          UserName: rest.UserName
          NewPath: rest.NewPath
          NewUserName: rest.NewUserName
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdateuser
        description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand
          the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/User
        call: aws-iam-action-updateuser.postupdateuser
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updateuser-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateUser. One
      tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-updates-name-and-path-specified
      description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand
        the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updateuser.getupdateuser
      with:
        UserName: tools.UserName
        NewPath: tools.NewPath
        NewUserName: tools.NewUserName
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-updates-name-and-path-specified-2
      description: <p>Updates the name and/or the path of the specified IAM user.</p> <important> <p> You should understand
        the implications of changing an IAM user's path or name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/User
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updateuser.postupdateuser
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.