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

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

Run with Naftiko Engineering Platform#Action=UpdateLoginProfile

What You Can Do

GET
Getupdateloginprofile

Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to change the password for any IAM user. Use ChangePassword to change your own password

/v1/action-updateloginprofile
POST
Postupdateloginprofile

Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to change the password for any IAM user. Use ChangePassword to change your own password

/v1/action-updateloginprofile

MCP Tools

p-changes-password-specified-iam-user

Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to change the password for any IAM user. Use ChangePassword to change your own password

read-only idempotent
p-changes-password-specified-iam-user-2

Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to change the password for any IAM user. Use ChangePassword to change your own password

Capability Spec

aws-iam-action-updateloginprofile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateLoginProfile'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateLoginProfile. 2 operations.
    Lead operation: #Action=UpdateLoginProfile. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UpdateLoginProfile'
  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-updateloginprofile
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateLoginProfile business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=UpdateLoginProfile'
      path: /#Action=UpdateLoginProfile
      operations:
      - name: getupdateloginprofile
        method: GET
        description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API,
          or the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to
          change your own password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the user whose password you want to update.</p> <p>This parameter allows (through its
            <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
          required: true
        - name: Password
          in: query
          type: string
          description: <p>The new password for the specified IAM user.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a> used to validate this parameter is a stri
        - name: PasswordResetRequired
          in: query
          type: boolean
          description: Allows this new password to be used only once by requiring the specified IAM user to set a new password
            on next sign-in.
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postupdateloginprofile
        method: POST
        description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API,
          or the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to
          change your own password
        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-updateloginprofile-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateLoginProfile.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-updateloginprofile
      name: action-updateloginprofile
      description: 'REST surface for #Action=UpdateLoginProfile.'
      operations:
      - method: GET
        name: getupdateloginprofile
        description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API,
          or the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to
          change your own password
        call: aws-iam-action-updateloginprofile.getupdateloginprofile
        with:
          UserName: rest.UserName
          Password: rest.Password
          PasswordResetRequired: rest.PasswordResetRequired
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postupdateloginprofile
        description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API,
          or the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to
          change your own password
        call: aws-iam-action-updateloginprofile.postupdateloginprofile
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-updateloginprofile-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UpdateLoginProfile.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-changes-password-specified-iam-user
      description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or
        the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to change
        your own password
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-updateloginprofile.getupdateloginprofile
      with:
        UserName: tools.UserName
        Password: tools.Password
        PasswordResetRequired: tools.PasswordResetRequired
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-changes-password-specified-iam-user-2
      description: <p>Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or
        the <b>Users</b> page in the IAM console to change the password for any IAM user. Use <a>ChangePassword</a> to change
        your own password
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-updateloginprofile.postupdateloginprofile
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.